Open
Bug 1952481
Opened 17 days ago
Updated 4 days ago
Message header view toolbar buttons retain focus after being clicked.
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr115 wontfix, thunderbird_esr128 affected, thunderbird136 wontfix, thunderbird137 affected)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: dataloss, regression)
Attachments
(1 file)
Steps to reproduce:
- Select the first message in a folder.
- Delete the displayed message by clicking the Delete button in the message header view.
- a. Press the Enter key.
or
b. Press the Space key twice.
Expected result:
After step 3a, the next displayed message is opened in a new tab.
After step 3b, the next displayed message is scrolled down.
Actual result:
After step 2, the Delete button remains focused without any visual indication.
After step 3a, the next displayed message is also deleted.
After step 3b, the Reply button is visibly selected and a message reply window opens.
Assignee | ||
Comment 1•17 days ago
|
||
Updated•17 days ago
|
Assignee: nobody → h.w.forms
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 days ago
|
||
Actually this still worked as intended after bug 702484 had landed, since XUL elements without the tabindex
attribute specified don't take focus. However, bug 1816784 added exactly this attribute to make keyboard navigation possible, so this broke again.
Regressed by: 1816784
You need to log in
before you can comment on or make changes to this bug.
Description
•