<checkbox> accesskeys aren't visible anymore
Categories
(Core :: XUL, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | + | fixed |
firefox68 | --- | fixed |
People
(Reporter: mkmelin, Assigned: surkov)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
47 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1455433 +++
Bug 1455433 comment 55:
"In Tools > Preferences on labels of checkboxes, the accesskey's aren't visible anymore. I noticed this in Thunderbird 67.0a1, but the same holds for Firefox 67.0a1..."
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
(In reply to alexander :surkov (:asurkov) from comment #1)
Created attachment 9051743 [details]
Bug 1536059 - <checkbox> accesskeys aren't visible anymore
if we set accesskey before label, then label.formatAccessKey fails since there's no text yet. Ideally, we should reformat accesskey whenever label text is changed I'd say, but it how it works from the beginning.
Assignee | ||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
Comment 6•6 years ago
|
||
P1 bug and comment #0 indicates that it regressed in 67. Alexander once this has been verified in Nightly, could you nominate your patch for uplifting to beta? Thanks!
Assignee | ||
Comment 7•6 years ago
|
||
Comment on attachment 9051751 [details]
Bug 1536059 - change checkbox attribute inheritance order to make label accesskey formatting work, r=bgrins
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1455433
- User impact if declined: accesskeys are not reflected in UI in about:preferences
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): one line fix: changing attribute inheritance order in a XUL checkbox
- String changes made/needed: no
Comment 8•6 years ago
|
||
Comment on attachment 9051751 [details]
Bug 1536059 - change checkbox attribute inheritance order to make label accesskey formatting work, r=bgrins
Micro-patch fixing a P1 a11y regression introduced in 67, uplift approved for beta 4. Thanks
Comment 9•6 years ago
|
||
Could we add a test for this?
Assignee | ||
Comment 10•6 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #9)
Could we add a test for this?
not sure if it's worth it, xul:checkboxes will be likely removed from preferences in foreseeable future in bug 1532651.
Comment 12•6 years ago
|
||
bugherder uplift |
Description
•