-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Focused selectable item is not centered within BeginCombo selectable items list #5902
Comments
Thank you for reporting. Not sure when I'll finishing investigating/fixing but:
|
ocornut
added a commit
that referenced
this issue
Nov 24, 2022
Should be fixed by 27c58c3, thank you for reporting! |
maztheman
pushed a commit
to maztheman/imgui
that referenced
this issue
Mar 10, 2025
…tered element that is not visible but could be would take the item's Y coordinate into account. Neither behavior were used in the codebase for this axis. Amend 27c58c3 (ocornut#5902, ocornut#2812, ocornut#4242, ocornut#2900) Signed-off-by: Neil Bickford <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Focused (SetItemDefaultFocus) selectable item is not centered when BeginCombo is opened, it always shows on top. It's very annoying having to scroll up in order to see what is available, and I'm sure it used to be centered (don't remember version).
Tested with 1.87 and 1.89 versions.
selectable.not.centered.mp4
The text was updated successfully, but these errors were encountered: