-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ComboBox select dialog goes offscreen whenever it is opened too low #693
Comments
For this one I think me need that layout size pre-process mentioned here in #606. I'm facing the same issue while trying to use The idea that I have is to compare egui/egui/src/containers/popup.rs Lines 275 to 310 in 5539dbe
|
This seems possible without #606. One option is to choose the popup direction based on the y coordinates of box. Upper half of the window means open downwards, lower half means open upwards. |
Whenever you position a combobox too low on the screen, its select window goes out of the window, like this:
Instead it should move upwards to fit.
The text was updated successfully, but these errors were encountered: