搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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

所有回复 (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.