-
Notifications
You must be signed in to change notification settings - Fork 578
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
feature request: extend NO_SCROLLBAR with horizontal/vertical options #653
Comments
Could you provide an example to debug? |
I'm working on a tool with a layout of 3 columns and here is an example that renders the same issue with a lot less code: |
I'm also experiencing the same behavior of some occasional 0px horizontal scrollbars using the SDL renderer. Just bumping this for now, but in the future I would love to see this fixed. If I get the time I could tackle it myself if needed. |
Bumping doesn't really work given how Github works and for this repo there is no "stalebot" to worry about. |
Bumping = expressing I experience the same thing and putting it back on Rob's radar. Maybe "nudging" is more appropriate :) |
This could be useful for some, but I don't think it fundamentally solves this specific problem |
Fair point. It should be investigated deeper.
…On Sun, 8 Sept 2024, 17:09 Ryan Zmuda, ***@***.***> wrote:
#686 <#686>
This could be useful for some, but I don't think it fundamentally solves
this specific problem
—
Reply to this email directly, view it on GitHub
<#653 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPIOP2HQSVYEUTKHQWUIX3ZVRSEJAVCNFSM6AAAAABJP3ZYYWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWG4ZDAOBYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Come to think of it, the color picker widget also seem to have a weird padding issue like that, possibly related. |
Sometimes a scrollbar can appear that has no effect because it scrolls 0px in that direction. The same is true for very small "scrollable distances" like a couple of pixels.
Thus it would be nice to be able to disable just one of the scrollbars and keep the other if the content inside is big enough to require it.
The text was updated successfully, but these errors were encountered: