After click on compose body, need to press Shift+Tab twice to move focus to subject
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: thomas8, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Moving focus from compose message body to subject is one tab stop, so it should require. Shift+Tab once. This mostly works for keyboard-only operation. However, exactly and only after a left-click in the body, it requires pressing Shift+Tab twice, the first Shift+Tab does nothing. Expected: Single Shift+Tab once should suffice.
Comment 1•5 years ago
|
||
I seem to remember seeing this. Not sure when it started - if it wasn't 75 someone can change it.
Comment 2•5 years ago
|
||
I can reproduce the issue even if on TB 17esr Windows10.
And also I can reproduce the issue on https://www-archive.mozilla.org/editor/midasdemo/ using Firefox77.0.1.
So, I think this is not TB specific issue, and not a recent regression.
Comment 3•5 years ago
|
||
Regression window:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=90d3e6d2cbb9&tochange=4430cae50dad
Suspect:
cabb8925dcd3d831a244b01e0a37c29b8793c77b Neil Deakin — Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Specifically, after clicking the editable area in midasdemo, two shift-tabs are required to move the focus to the "Size" popup.
Description
•