Closed
Bug 1619442
Opened 6 years ago
Closed 6 years ago
Style status panel with visibility: hidden when not shown.
Categories
(Firefox :: General, defect, P1)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 75
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file)
Currently the inactive #statuspanel is styled with opacity:0 when hidden.
Accessibility APIs exposed opacity:0 elements and most screen readers will read such content.
It would be useful if it is styled as visibility: hidden, so it is fully purged from the tree.
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → eitan
Updated•6 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2839d32e6a71
Style inactive status panel with visibility: hidden. r=Gijs
Comment 3•6 years ago
|
||
Backed out changeset 2839d32e6a71 for causing a11y failures on test_tabbrowser.xhtml
Backout link: https://hg.mozilla.org/integration/autoland/rev/c751d8f8ec0228419b7aba9d804947f382b4930e
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291454170&repo=autoland&lineNumber=3670
Flags: needinfo?(eitan)
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a38866b381a8
Style inactive status panel with visibility: hidden. r=Gijs
Comment 5•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•