Open
Bug 1817471
Opened 2 years ago
Updated 2 years ago
Text Zoom Only doesn't fire resize event
Categories
(Core :: DOM: Events, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: mike, Unassigned)
Details
Steps to reproduce:
Zoom a website with "Zoom text only" selected
Actual results:
No window.resize
event fired
Expected results:
A window.resize
event (which does fire on a regular zoom)
As if a website uses all relative units and multiple breakpoints, it is likely the breakpoints will have changed with the zoom level change and so any JS which needs to update on resize won't update.
![]() |
||
Updated•2 years ago
|
Component: Untriaged → DOM: Events
Product: Firefox → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•