Closed Bug 1729714 Opened 3 years ago Closed 2 years ago

Notification box is not easily focused through the keyboard.

Categories

(Thunderbird :: Message Compose Window, defect)

defect

Tracking

(thunderbird_esr91 wontfix)

RESOLVED FIXED
97 Branch
Tracking Status
thunderbird_esr91 --- wontfix

People

(Reporter: henry-x, Assigned: henry-x)

References

(Blocks 1 open bug)

Details

(Keywords: access)

Attachments

(1 file)

The #compose-notification-bottom cannot be easily reached using a keyboard. Specifically, the message body absorbs any Tab presses, and a keyboard user must rely on using F6/Ctrl+Tab to jump the jump the focus forward. But this currently will skip to the status bar, or loop around to the contacts pane or "From" entry.

There is a current work around by using Shift+Tab and approaching from the other direction. However, we could easily extend the F6 behaviour to this bar as well.

Assignee: nobody → henry
Status: NEW → ASSIGNED

(In reply to Henry Wilkes [:henry] from comment #1)

Should probably also review this section that handles Esc https://searchfox.org/comm-central/rev/fefc1c8a9f1910815604268b2c058303aa54f175/mail/components/compose/content/MsgComposeCommands.js#2819

Reviewing will be great, but imo we should keep the intended ux-efficiency functionality.

(In reply to Thomas D. (:thomas8) from comment #2)

Reviewing will be great, but imo we should keep the intended ux-efficiency functionality.

I didn't mean get rid of it. I have a suspicion that activeElement.classList.contains("messageCloseButton") is dead code because this is a class used in <notification> elements, but we use <notification-message> elements now. And I think activeElement.parentNode.parentNode.id == "msgSubject" is fragile, and might be broken. So its worth fixing this up at the same time since it falls under the same area of keyboard access.

Blocks: tb91found
Keywords: access
Blocks: 1745009

wontfix for 91 because this depends on changes in bug 1723757 that aren't in 91.

Target Milestone: --- → 97 Branch

Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/bd0dd175fffa
Place the notification area in the compose focus cycle. r=aleca

Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: