3bu1
3bu1

Reputation: 985

chrome fails to scroll select option with mouse?

i am using chrome latest Version 32.0.1700.76 m this version doesn't scroll select options with mouse is this a problem just with my machine or is it a bug?

here is the fiddle for http://jsfiddle.net/4mh6b/

you can try with the select options present on the left side(Frameworks & Extensions) of the jsfiddle.net.

Upvotes: 0

Views: 157

Answers (1)

Felix
Felix

Reputation: 38112

It's a bug which you can see from this thread of chromium bug tracker: https://code.google.com/p/chromium/issues/detail?id=334227

You can follow these steps:

  1. Right click the Chrome icon on your Windows Desktop
  2. Click Properties
  3. Select the Compatibility Tab
  4. Check "Disable Visual Themes" (Click OK to acknowledge)

Remember to restart your chrome browser to make it works :)

Upvotes: 1

Related Questions