Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searchbox input "synced" with Chrome #7285

Open
brinsche opened this issue Dec 20, 2019 · 3 comments
Open

Searchbox input "synced" with Chrome #7285

brinsche opened this issue Dec 20, 2019 · 3 comments
Assignees

Comments

@brinsche
Copy link

NWJS Version : v0.43.2
Operating System : macOS 10.14.6

Expected behavior

What you type in the search box inside a nwjs app should not have an effect on the chrome browser

Actual behavior

screenshot

How to reproduce

Open nwjs app, press CMD + F type something, open Chrome, press CMD + F and see the input of the nwjs app. Input from Chrome doesn't seem to be transmitted to the nwjs app.

@rogerwang rogerwang self-assigned this Dec 22, 2019
@rogerwang
Copy link
Member

The native find feature shouldn't be enabled by default yet because it's not ready, and not every app would want this. I'll disable it for now and add an API later to enable it.

@brinsche
Copy link
Author

Ok, I'd love to use it in the future though! Feel free to close this if the changelog will mention when it's ready.

@TheJaredWilcurt
Copy link
Member

There is also a library you can use in the mean time for a similar result.

rogerwang added a commit to nwjs/chromium.src that referenced this issue Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants