Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 8461 by chris.calo: Title attribute not supported on <option/>
elements inside <select multiple="multiple"/> elements
http://code.google.com/p/chromium/issues/detail?id=8461
Chrome Version : 1.0.154.48
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: FAIL
Firefox 3: OK
IE 7: OK
What is the expected result?
Hovering over an option element should display its title attribute as a
tooltip.
What happens instead?
The tooltip is not displayed.
Please provide any additional information below. Attach a screenshot if
possible.
<!DOCTYPE html>
<html>
<body>
<select style="width: 200px; overflow: scroll;" multiple="multiple">
<option title="Some really, really, really, really long name that
doesn't fit">
Some really, really, really, really long name that doesn't fit
</option>
<option title="Another super long option name that simply won't fit">
Another super long option name that simply won't fit
</option>
<option title="The final option...sure is long, bet it won't be
entirely visible">
The final option...sure is long, bet it won't be entirely visible
</option>
</select>
</body>
</html>
Attachments:
index.html 656 bytes
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---