HTML Select Option Title not working in Chrome

試著忘記壹切 提交于 2021-01-27 13:27:30

问题


I have recently upgraded my Chrome browser version

enter image description here

In this version i have tried the below code and when i hover the option it does not display the tooltip.

<select title="Rejection Codes">
<option title="Desk">SDE</option>
<option title="Live">TOP</option>
<option title="OnShore">ERT</option>
</select>

Any one please advise how to achieve this in this chrome version

Note: I have googled this thing and most of them faced this issue and from that tickets i didn't get any solution. I saw that tickets were open with some discussion.


回答1:


I've tried the Fiddle mentioned and found that it doesn't work with Chrome version Version 43.0.2357.124 m but it does work with IE11 Version 11.0.9600.17843.

This used to work with an earlier version of Chrome.



来源:https://stackoverflow.com/questions/30658216/html-select-option-title-not-working-in-chrome

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!