html – Drop down中的最后一个选项不会在Google Chrome 32.0.1700.76 m中获得悬停效果

前端之家收集整理的这篇文章主要介绍了html – Drop down中的最后一个选项不会在Google Chrome 32.0.1700.76 m中获得悬停效果前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在Google Chrome 32.0.1700.76 m上测试它

select标记中的最后一个选项是没有从鼠标获得悬停效果.

通过键盘使用时突出显示.

解决方法

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

并且还看到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.

此问题已在Google Chrome最新版本32.0.1700.102 m中修复.

Solution Update your Google Chrome to latest Version.

原文链接:https://www.f2er.com/html/226220.html

猜你在找的HTML相关文章