Open
Bug 303405
Opened 20 years ago
Updated 3 years ago
Dispatch an event when the text zoom level changes
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.12 KB,
patch
|
Details | Diff | Splinter Review |
I think it would be useful to dispatch an event whenever the text zoom level
changes. DHTML widgets might need that information to refresh themselves.
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
See also bug 229015, "OnResize event should fire when Text Zoom level is
changed" (wontfix).
Comment 3•20 years ago
|
||
There's another similar problem. When the tab bar appears (due to going from
one tab to more than one), the display area suddenly gets smaller, but there's
no event.
Yet another event is when scrollbars appear. Suddenly the display area gets
smaller.
Ideally all these would be addressed at the same time. Onresize seemed to be
the logical event, but others disagree.
Comment 4•19 years ago
|
||
*** Bug 331278 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
| Assignee | ||
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Comment 5•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•