Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Last option in Drop-down is not getting hover effect in Google Chrome 32.0.1700.76 m

I am testing it on Google Chrome 32.0.1700.76 m

The last option in the select tag is not getting the hover effect from mouse.

It is highlighting when using through keyboard.

enter image description here

like image 785
Tushar Gupta - curioustushar Avatar asked Jan 24 '14 09:01

Tushar Gupta - curioustushar


1 Answers

It is Bug . Issue 336348:Last option of select does not get highlighted on mouse hover

and also see Issue 334227:[Aura] Regression : Last dropdown item not highlighted on mouse-hover


It's not the problem with your code it's due to Google Chrome Bug.


With more than 3 options this bug comes into play.


This issue has been fixed in Google Chrome latest Version 32.0.1700.102 m.

Solution Update your Google Chrome to latest Version.

like image 190
Tushar Gupta - curioustushar Avatar answered Oct 16 '22 03:10

Tushar Gupta - curioustushar