-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Buttons and Scrollbar overlapping other Widgets #104
Comments
Thanks for reporting this. I'll look into this as soon as possible |
I have noticed that the behavior is not consistent between runs. Sometimes the text is behind the buttons, other times it's not. |
Hmmm yes you are right. I cant reproduce this issue on my machine 🤔 weird. In the screenshot above, it is weird that the text is not using the whole line when there is still a lot of space available |
If you add |
Ooof my apologies, I accidently ran this on an older 11.4 in-development version that had a bug in its text wrapping/rendering code. That was also the reason why the text is so blurry in the screenshot. It's all good! Scrollbar overlapping widgets and weird deferred text wrapping is still happening though. |
The scrollbar behavior is the same as with dearimgui so i think that is okay 🤔 i dont see any issue about that in dearimgui too |
Let's look at this from the usability angle: suppose you have a small widget that is completely obstructed by the scrollbar. You can't click it. Is this a bug or not? I can't speak to DearIMGUI's bugs, but emulating them seems like a questionable design goal. |
Hmm indeed. Slab doesnt have to follow every dearimgui design so yeah we can fix that scrollbar issue but i have some concerns:
Anyway these are just what i can think of right now and im probably thinking wrong about the possible cases |
In the demo, some buttons are overlapping and hiding parts of the text in the Window. The scrollbar is overlapping the button of DropDown list.
The text was updated successfully, but these errors were encountered: