You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a radiolist_dialog that exceeds the screen size, I can scroll its contents using the Up, Down, Page Up, and Page Down keys. However, I am unable to scroll using the mouse wheel or by clicking the dialog's scroll bar.
During a quick debugging session, I noticed that rolling the mouse wheel generates the expected mouse events, but these events appear to be ignored.
Is this an intended behavior? Is it a (known) bug? Or is there a workaround (perhaps with a custom dialog)?
I tested this on Windows 11 (Python 3.11.1) and Ubuntu 22.04.5 (Python 3.10.12).
The text was updated successfully, but these errors were encountered:
Hi there!
When I create a
radiolist_dialog
that exceeds the screen size, I can scroll its contents using theUp
,Down
,Page Up
, andPage Down
keys. However, I am unable to scroll using the mouse wheel or by clicking the dialog's scroll bar.During a quick debugging session, I noticed that rolling the mouse wheel generates the expected mouse events, but these events appear to be ignored.
Is this an intended behavior? Is it a (known) bug? Or is there a workaround (perhaps with a custom dialog)?
I tested this on Windows 11 (Python 3.11.1) and Ubuntu 22.04.5 (Python 3.10.12).
The text was updated successfully, but these errors were encountered: