Some accesskeys in about:preferences cannot be cycled through
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: bytesized, Assigned: edgar)
References
Details
Attachments
(4 files)
STR:
- Determine the correct hotkey to use an accesskey on your platform using the docs. On my platform, Windows 10, the hotkey is
Alt + Shift + <accesskey>. - Open about:preferences
- Activate accesskey
emultiple times. Observe that it cycles between the controls "Enable Picture in Picture video controls" and "Settings". - Activate the accesskey
amultiple times.
Expected results:
There are multiple controls that use the accesskey a: The "Advanced" button in the "Font and Colors" section, and the "Always ask you where to save files" control in the "Files and Applications" section. Therefore, I would expect to cycle through them, like we do with accesskey e.
Actual results:
We do not cycle through them. We select the "Advanced" button only. As near as I can tell, other controls using the same accesskey cannot be accessed this way.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
PerformAccesskey also handle to focus change, and it would forward the handling
to control element if it is a label element.
| Assignee | ||
Comment 2•4 years ago
•
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
I will try to write a test.
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 4•4 years ago
|
||
I moved nsIContent::PerformAccesskey to Element in bug 1699755, but forget to
update the comment.
Depends on D109067
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 5•4 years ago
|
||
Depends on D109067
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 6•4 years ago
|
||
For example, if the target element is disabled, we could not move focus to it,
then we cycle to next accesskey target.
Depends on D109607
Updated•4 years ago
|
| Assignee | ||
Comment 7•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
| Assignee | ||
Comment 8•4 years ago
|
||
Updated•4 years ago
|
| Assignee | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Comment 11•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/08fd15f08503
https://hg.mozilla.org/mozilla-central/rev/29afdc442220
https://hg.mozilla.org/mozilla-central/rev/d3ac5e547efe
https://hg.mozilla.org/mozilla-central/rev/62e36df25a9c
Description
•