Skip to content
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

Fix overflow on non-scrolling widgets #28

Open
docelic opened this issue Apr 16, 2023 · 0 comments
Open

Fix overflow on non-scrolling widgets #28

docelic opened this issue Apr 16, 2023 · 0 comments

Comments

@docelic
Copy link
Collaborator

docelic commented Apr 16, 2023

Run e.g. test/widget-scrollable-boxes.cr.
If the main box is created with scrollable: false, then the overflowing children are just shown on the screen instead of being permanently hidden (since they're out of visible area, and there's no way to scroll them).
See whether this is intentional or an unhandled case.
Same issue is present in Blessed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant