Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome version 32 drop-down fade in / out

Since Google Chrome version 32 all of the default drop-down-menus now fades in and out.

Is there an option to disable this behaviour?

  • In my browser for all websites

  • For my website (probably with css) for other Chrome v32 users

Edit: jsFiddle example

<select><option value="A">jsFiddle Placeholder</select> 

Edit2: It seems like there's another bug. When opening a drop down menu and selecting the last item, it doesn't get highlighted, although when clicking it selects it.

like image 593
rotsch Avatar asked Jan 17 '14 15:01

rotsch


People also ask

How do I edit drop down options in Chrome?

Press "Shift-Delete" to remove the highlighted entry from the list. If you want to remove multiple entries, visit your browser history by pressing "Ctrl-H." Click the check box next to each entry you wish to remove and select "Remove Selected Items" to delete the selected entries.

Where is the chrome drop down menu?

Once you have downloaded an item on Google Chrome, navigate to the top right corner of your window, and click on the icon located in the toolbar that is three dots stacked on top of one another. Result: A dropdown list will appear under the icon.


2 Answers

Seems fixed with Version 34.0.1847.116 m

like image 50
rotsch Avatar answered Oct 25 '22 08:10

rotsch


To disable it for yourself you need to disable visual themes. To do this...

Right click the Chrome icon on your Windows Desktop

Click Properties

Select the Compatibility Tab

Check "Disable Visual Themes" (Click OK to acknowledge)

You're done. The next time you start Chrome from the Desktop, the scroll will function just >as before.

If you have Chrome pinned to the task bar or Start menu,

then instead of 1. and 2. , you'll >have to:

a) Right click on the pinned Chrome icon

b)Then again right click on "Google Chrome" (just on top of the option "Unpin this program >from ...")

Click Properties.

https://superuser.com/questions/704736/cant-use-scrollbars-of-dropdowns-html-select-in-chrome-32/704737#704737

like image 40
abrosis Avatar answered Oct 25 '22 09:10

abrosis