[Find/Replace dialog][Linux] "Replace" buttons remain disabled when using "Enter"#2882
Conversation
|
It might be that something has been mixed up in this handler by all the recent changes (including mine extracting the update of the button state from the handler). This change actually looks reasonable, but it will probably result in the same state of the code we had when this issue was reported: And that issue was fixed by moving the modification handler around (in the opposite direction as done by this change): I can have a look at that once I am back from travel (on Thursday). If someone wants to reevaluate this change with the above mentioned information, feel free to do so. |
|
Thanks Heiko, if I will have time tomorrow, I will check which workaround for which regression caused which problem. |
|
@iloveeclipse I have checked the implementation and the existing workaround again and this is my understanding how it has to behave:
I have just pushed according changes to the PR branch for demonstration purposes. In my opinion that should solve all mentioned issues. Feel free to adapt/revert/merge them as desired and required. I will leave for vacation now, so I will probably not be able to contribute further to this for the next week, but I hope the above mentioned helps to finalize the fix. |
|
@HeikoKlare : thanks, it works, I've verified that. |
Fixes #2880