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 the preferences dialog box and using the <TAB> key to navigate the fields one can tab past the <OK> button and ends up in the editor window.
Note:
Because using the mouse to move out of the Preference dialog box is not possible, I assume that the Preferences dialog box is supposed to be modal.
To reproduce
Open File / Preferences; the default field / button that has the focus is the <OK> button
Press <TAB>; focus moves to the editor window.
Expected behavior
Cycle through all fields / buttons; from the last field / button back to the first one. Same for<SHIFT><TAB>, from first field / button back to last one.
Describe the problem
When opening the preferences dialog box and using the
<TAB>
key to navigate the fields one can tab past the<OK>
button and ends up in the editor window.Note:
Because using the mouse to move out of the Preference dialog box is not possible, I assume that the Preferences dialog box is supposed to be modal.
To reproduce
<OK>
button<TAB>
; focus moves to the editor window.Expected behavior
Cycle through all fields / buttons; from the last field / button back to the first one. Same for
<SHIFT><TAB>
, from first field / button back to last one.Arduino IDE version
arduino-ide_nightly-20240211_Windows_64bit
Operating system
Windows
Operating system version
Win 10 Home
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: