Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

switch port on mouse scroll

Back in the days it was always possible to change Proxy port number (or, I believe, any other numeric value) by moving the mouse scrolling wheel when the cursor is placed inside the related field. I don't know whose intelligent decision it was to disable this functionality, but it has gone since the last update (v130.0). Now the window scrolls regardless of the cursor position. It looks like it works fine, but for those who are used to this kind of functionality, it turns out to be inconvenient.

Please, roll this back before it's too late :) Thank you.

Back in the days it was ''always'' possible to change Proxy port number (or, I believe, any other numeric value) by moving the mouse scrolling wheel when the cursor is placed inside the related field. I don't know whose intelligent decision it was to disable this functionality, but it has gone since the last update (v130.0). Now the window scrolls regardless of the cursor position. It ''looks'' like it works fine, but for those who are used to this kind of functionality, it turns out to be inconvenient. Please, roll this back before it's too late :) Thank you.
Priložené obrázky

Vybrané riešenie

There is a pref in about:config to control this behavior.

  • about:config => dom.input.number_and_range_modified_by_mousewheel => true
Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (3)

techmanage said

or, I believe, any other numeric value

That guess was confirmed: value of any `<input type="number">` field cannot be changed with scrolling wheel anymore. Nonetheless that was possible in the previous version of the browser. Is this now considered expected behavior?

Vybrané riešenie

There is a pref in about:config to control this behavior.

  • about:config => dom.input.number_and_range_modified_by_mousewheel => true

Woohoo! Thank you so much. But still kindly a question: is it worth disabling it by default? Were there any complaints?