After pressing Tab key, the menu of sorting logins disappears.
Categories
(Firefox :: about:logins, defect, P3)
Tracking
()
People
(Reporter: 2636370678, Unassigned, Mentored)
Details
Attachments
(1 file)
1.32 MB,
video/mp4
|
Details |
[Affected versions]:
- Firefox Nightly 101.0a1 (2022-04-23) (64-bit)
- Firefox Release 99.0.1 (64-bit)
[Affected Platforms]:
- macOS 10.15.7
- Windows 10 x64
[Steps to reproduce]:
- Launch Firefox, and access "about:logins".
- Click on the "Name(A-Z)" in the upper left corner of the page, and then a menu about sorting logins appears.
- Press Tab key.
[Expected result]:
- After Pressing Tab key, the blue box moves down to select an option in the menu.
[Actual result]:
- After Pressing Tab key, the menu disappears. However, I can press Up and Down keys to select an option.
Comment 1•3 years ago
|
||
Thanks for filing this bug. The sorting options is actually a combobox (dropdown), while other menus are different controls. So it behaves as expected. At the same time I can see how these technical differences can be confusing to users.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Hi! I would like to be assigned to this bug. I am working on it already :)
Comment 3•3 years ago
|
||
I investigated the problem and as @sgalich said, it is actually expected behavior for this <select> html element. You cannot tab through the options unfortunately. I tried it on the current Chrome version (Version 100.0.4896.127) and current Safari (Version 15.4 (17613.1.17.1.13)). The only way would be to design a custom dropdown menu. I am not sure though if the benefit is worth the effort.
Description
•