Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

What javascript event is fired when you perform "Zoom Text Only"?

more options

In Chrome, the browser allows you to monitor all events fired on the window by typing "monitorEvents(window)" in the console. Firefox has no such function (that I can find). Can someone tell me how to do the same thing in the Firefox console? Otherwise, what is the JS event that gets fired when zooming text only on the browser? Normal zoom fires the resize event, but when text is zoomed it isn't as straightforward. I know that I could alternatively check the font size on the element, but that is not an event. Thanks!

In Chrome, the browser allows you to monitor all events fired on the window by typing "monitorEvents(window)" in the console. Firefox has no such function (that I can find). Can someone tell me how to do the same thing in the Firefox console? Otherwise, what is the JS event that gets fired when zooming text only on the browser? Normal zoom fires the resize event, but when text is zoomed it isn't as straightforward. I know that I could alternatively check the font size on the <html> element, but that is not an event. Thanks!

כל התגובות (1)

more options

I don't know whether an event gets fired for text-only zoom, but you could monitor for changes in the height of the body element (assuming the height isn't strictly fixed):