-
Notifications
You must be signed in to change notification settings - Fork 819
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
Disabled widgets prevent mouse scrolling #4242
Comments
We found the following entries in the FAQ which you may find helpful:
Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review. This is an automated reply, generated by FAQtory |
Disabled widgets prevent scrolling[1]. This side-effect can be reduced by disabling focusable widgets instead of the entire Collapsible Contents. [1] Textualize/textual#4242
Scrolling with the scrollbar works. This issue relates to scrolling with the wheel / gestures. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Now that the fix is available in |
Context
My application used to disable entire Collapsible Contents, which is how I noticed this issue in the first place.
Notes:
Expectations
When an enabled scrollable container contains disabled widgets, disabled widgets should not prevent scrolling the container.
Current behaviour
The MRE below reflects the issue. It alternates enabled and disabled widgets in a way that prevents effective scrolling.
Textual Diagnostics
Versions
Python
Operating System
Terminal
Rich Console options
The text was updated successfully, but these errors were encountered: