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

Поиск в поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

switch port on mouse scroll

  • 3 ответа
  • 1 имеет эту проблему
  • 66 просмотров
  • Последний ответ от Nearby Neighbour
  • Решено

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.
Приложенные скриншоты

Выбранное решение

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

  • about:config => dom.input.number_and_range_modified_by_mousewheel => true
Прочитайте этот ответ в контексте 👍 1

Все ответы (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?

Выбранное решение

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?