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 using the wx backend, the Tab key to switch between input fields does not work as expected. In particular, it does not (always) move between groups.
See the following example:
With the qt backend:
Recording.2023-08-24.081958.mp4
With wx:
Recording.2023-08-24.082517.mp4
Note how the cursor can jump out of the tabbed group, but not back in. It also never reaches the OK and Cancel buttons.
When using the
wx
backend, theTab
key to switch between input fields does not work as expected. In particular, it does not (always) move between groups.See the following example:
With the
qt
backend:Recording.2023-08-24.081958.mp4
With
wx
:Recording.2023-08-24.082517.mp4
Note how the cursor can jump out of the tabbed group, but not back in. It also never reaches the
OK
andCancel
buttons.Example code:
The cursor never reaching the buttons is also reproducible without
Group
orTabbed
:Tested on Windows with:
May be related to #1461 (comment)
The text was updated successfully, but these errors were encountered: