问题
I have recently upgraded my Chrome browser version
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