Open
Bug 1604236
Opened 5 years ago
Updated 4 years ago
Site-specific zoom behaves incorrectly after reset
Categories
(Firefox :: Disability Access, defect)
Firefox
Disability Access
Tracking
()
NEW
People
(Reporter: morgan, Unassigned)
References
Details
STR (from :gijs)
- open a tab A with example.com
- open a new window B, also with example.com
- in B, do a zoom reset (which is a no-op)
- go back to A, and increment/decrement zoom
Expected: zoom updates in both A and B
Actual: zoom doesn't update in B, in which you did a zoom reset, because it ignored the next content pref notification.
(if you increment/decrement the zoom another time, it'll update correctly then)
I think this might have to do with this "hack": https://searchfox.org/mozilla-central/rev/c61720a7d0c094d772059f9d6a7844eb7619f107/browser/base/content/browser-fullZoom.js#157
Comment 1•5 years ago
|
||
The priority flag is not set for this bug.
:asa, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(asa)
Updated•4 years ago
|
Severity: normal → S4
Comment 2•4 years ago
|
||
Triage: Removing access keyword because this is in an a11y component.
Keywords: access
Updated•4 years ago
|
Flags: needinfo?(asa)
You need to log in
before you can comment on or make changes to this bug.
Description
•