-
Notifications
You must be signed in to change notification settings - Fork 193
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
Find/Replace overlay: Arrow button re-sizes on editor scrolling #2018
Comments
@HeikoKlare can you please have a look at this? I don't have a way to test on mac and I can't reproduce this behavior on my setup. |
In my environment, the expand button does not change its size, but the find input field increases its size, so that the expand button is slightly moved to the left when scrolling. #2017 does not change anything with respect to that behavior. |
I think this only happens if you have the "sticky scrolling" activated. |
@Christopher-Hermann can you please check? |
Yes, I will take a look. But it will probably take some time |
I did another test round:
Same behavior. I do not think this is related to sticky scrolling. I seems to me that any kind of redrawing the UI causes it to happen. For example, it also happens if I re-size the views or the Eclipse window. |
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
…ipse-platform#2018 The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes eclipse-platform#2018
The button for expanding the find/replace overlay to show the replace bar it quite large on MacOS and also changes its size upon different events, such activating options and scrolling in the editor target. With this change, the button style is changed to "FLAT". It results in a less space-consuming layout and fixes its size so that it does not resize on events like scrolling in the target editor. Fixes #2018
Re-tested and looks good! Thanks for the fix Heiko :) |
Let's make sure the issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
I expected: The find UI control does not change on scrolling the editor
But got: The arrow buttons changes size. See GIF image
Tested under this environment:
Community
The text was updated successfully, but these errors were encountered: