-
Notifications
You must be signed in to change notification settings - Fork 206
[Find/Replace dialog][Linux] "Replace" buttons remain disabled when using "Enter" #2880
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
Comments
"Replace" is always enabled for me following the steps above. What is missing and is a precondition for the bug: If nothing is selected in the editor and Ctrl+F is used to open search dialog, "Replace" button remains disabled if hitting "Enter" key. Note: only if "Find" button is used and something is found & selected in the editor, "Replace" button will be enabled. So |
I updated the description, thank you |
On Line 315 in a27e79a
but it is immediately disabled via call from Line 649 in a27e79a
via this stack
What makes me wonder why do we have two calls to The first call seem to be unneeded: Line 147 in a27e79a
I've created PR: #2882 |
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
Same as https://bugs.eclipse.org/bugs/show_bug.cgi?id=410603
On Linux
Ctrl + f
)Enter
--> The "replace" buttons remain disabled.When using the mouse to click the "Find" button, everything works as expected.
Reproducible on
WindowsConsiderations
I was made aware of the bug when working on another PR (see #2876 (comment)) but it turns out that my PR did not cause it so reverting the mentioned changes (see #2879) doesn't fix it (maybe that PR is part of the fix but it's not the complete fix).
Community
Disclaimer
I can't work on this right now so I'm adding the tag "help wanted". Feel free to jump in.
The text was updated successfully, but these errors were encountered: