Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

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):