-
Notifications
You must be signed in to change notification settings - Fork 194
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
Resource Properties Dialog to small to see buttons #1895
Comments
That page is org.eclipse.ui.internal.ide.dialogs.ResourceInfoPage, but i could not find a related commit to that class causing the issue. May be some general change? |
The last update of that page I am aware of was in December: #1300 But from a first glance, I do not see that this change affected the general layout of that page. If I am not mistaken, I see the same behavior in an Eclipse 2020-03 IDE: In my opinion, the problem is that the text field(s) (in particular the one for the location) are sized according to their contents instead of according to the size of the container. I (personally) would prefer to scroll within the location text box rather than scrolling the whole page. |
This is a combination of two bugs:
|
…eclipse-platform#1895 This reverts commit 8abe1b1. The PreferenceDialog has a custom size calculation that tries to adapt to the current page. That contradicts using the the former size eclipse-platform#1895
…eclipse-platform#1895 This reverts commit 8abe1b1. The PreferenceDialog has a custom size calculation that tries to adapt to the current page. That contradicts using the the former size eclipse-platform#1895
…eclipse-platform#1895 This reverts commit 8abe1b1. The PreferenceDialog has a custom size calculation that tries to adapt to the current page. That contradicts using the the former size eclipse-platform#1895
…eclipse-platform#1895 This reverts commit 8abe1b1. The PreferenceDialog has a custom size calculation that tries to adapt to the current page. That contradicts using the the former size eclipse-platform#1895
=>
I don't remember that it used to happen in older eclipse versions (or at least not that much too small), so it might be a regression.
The text was updated successfully, but these errors were encountered: