Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Scroll and arrow navigation is funky on <select> tags with <optgroup>

  • 4 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di 120z

more options

On <select> tags with <optgroup>s the scrolling and arrow-down/arrow-up navigation is acting "funky". Basically the selection while scrolling is "jumping". This behavior is not observed in other browsers.

Looked into these recommendations yet it did not help. - https://support.mozilla.org/en-US/questions/981140 - https://support.mozilla.org/en-US/questions/1019147

Note: Using Firefox 40.0.3, OS X 10.10.3

On <select> tags with <optgroup>s the scrolling and arrow-down/arrow-up navigation is acting "funky". Basically the selection while scrolling is "jumping". This behavior is not observed in other browsers. Looked into these recommendations yet it did not help. - https://support.mozilla.org/en-US/questions/981140 - https://support.mozilla.org/en-US/questions/1019147 Note: Using Firefox 40.0.3, OS X 10.10.3

Tutte le risposte (4)

more options

You may have turned on caret browsing <F7> by accident.

Caret Out {web link} Disables change of the caret browse mode by shortcut key(F7).

more options

Can you clarify what you mean with jumping?

Is this about scrolling a long selection list or about scrolling the web page?

Do you mean that scrolling isn't smoothly or do you mean that the selection changes?


Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
  • Do NOT click the Reset button on the Safe Mode start window

You can try to disable hardware acceleration in Firefox.

  • Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"

You need to close and restart Firefox after toggling this setting.

You can check if there is an update for your graphics display driver and check for hardware acceleration related issues.

more options

Thanks, but the caret browsing is not turned on. Attached is the pop up i get after keying F7


FredMcD said

You may have turned on caret browsing <F7> by accident. Caret Out {web link} Disables change of the caret browse mode by shortcut key(F7).
more options

@cor-el Tried the recommendations. Still jumping.

By jumping I mean: I have a select


  • Optgroup A
  * a1
  * a2
  * a3
  • Optgroup B
  * b1
  * b2
  * b3
  * ...
  * bn

So i select a1 then i start keying down arrow. The selection goes: a1, a2, a3, b1, b2, b3. And when it reaches b3 (the limit of the current box) the selection is jumping back into OptgroupA to a2 (instead of going further to b4).

So I continue: key down: a2, a3, b1, ... b4 and again instead of going to b5 is jumping back to Optgroup A to a3 ... and all over again.