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 opening a pop-up (like the menu) the overlay should catch all events. This works well for mouse events but keyboard events are still forwarded to the window's content.
Maybe this isn't fixable by generic event blocking in overlays. When a pop-up belongs to a form widget (Select or EntrySelect), the <TAB>-key should probably close the pop-up.
To Reproduce:
Steps to reproduce the behaviour:
Open demo app without native menus
Open the Widget->Input pane
Click on a menu
Press <TAB> until the entry widget has focus
Enter some text
See error
Screenshots:
The text was updated successfully, but these errors were encountered:
Describe the bug:
When opening a pop-up (like the menu) the overlay should catch all events. This works well for mouse events but keyboard events are still forwarded to the window's content.
Maybe this isn't fixable by generic event blocking in overlays. When a pop-up belongs to a form widget (
Select
orEntrySelect
), the<TAB>
-key should probably close the pop-up.To Reproduce:
Steps to reproduce the behaviour:
<TAB>
until the entry widget has focusScreenshots:
The text was updated successfully, but these errors were encountered: