-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Native find support #2062
Comments
something like this could be integrated in node-webkit or built into the client app. |
This should be working with latest version now. In 0.13 we changed to an optimized architecture so more features can be supported, see http://nwjs.io/blog/whats-new-in-0.13/ and it's good for keeping up with Chromium upstream -- we released with Node.js v6.0 and new Chromium versions within 1 day after upstream release. The new version would fixed many issues reported here and we're scrubbing them. This issue is closed as we believe it should be fixed. Please leave a message if it isn't and we'll reopen it. |
There's nothing in the above release 0.13 documentation that says anything about native find support being added. Was this feature actually added? If so, in which release? Where's the documentation? |
Can someone confirm if this works? I tried but didn't work for me. I don't see any UI options on clicking Ctrl+F. |
Its not working with latest version 0.21.3. Please advice. |
Any updates on this? |
I see this is reopened. @Christywl Can you provide your view on this issue please? |
Yes, I tried on nwjs-sdk-v0.21.3, it doesn't work. Users can't use |
Okay. Let us know when you guys are planning to work on this. |
Thanks for your patience. We plan to fix it soon by providing an API and you can bind it to the hotkey. It shouldn't be a default behavior. |
@rogerwang So, any news on this? Couldn't find on documentation/google |
+1 |
This is depending on #5875 , which has some progress recently. This feature should be easy to implement after that one is done. |
+1 |
1 similar comment
+1 |
I created an easy to use tool as a temporary stand in. Usage
API |
any update on this? |
I'll start adding browser features (including this) after #7230 is resolved. |
Is there an opportunity to fund this work? |
@calumsult you could put a bounty on this feature via BountySource or IssueHunt. |
So... nothing yet? (sad face) |
any updates on this? |
Checking in on this... |
Does NW support any sort of find system?
Example: In Google Chrome, when you press control - f, you get a find window that shows a series of highlighted words on the site that match your pattern. Does node-webkit have anything like this?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: