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 έχει αυτό το πρόβλημα
  • 68 προβολές
  • Τελευταία απάντηση από 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?