Opened 10 years ago
Last modified 6 years ago
#8823 open bug
Tooltip: Displaying tooltips on select elements and items
Reported by: | Chris Becker | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Create various <select> lists with <option title="x"> items and apply tooltips to the option elements.
http://jsfiddle.net/slolife/Dp4te/
Chrome: The tooltip that appears for each option element on hover in <select multiple> is displayed toward the top of the page, rather than next to the option item.
Firefox: <select multiple> works great, but <select> dropdown hides the tooltip for the first few items.
IE9: Displays the tooltip for the parent, but doesn't display any item tooltips.
See http://bugs.jqueryui.com/ticket/8798 for an IE specific bug.
Change History (3)
comment:1 Changed 10 years ago by
Status: | new → open |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.10.0 → none |
---|
Note: See
TracTickets for help on using
tickets.
@slolife Thanks for the nice test case.
Chrome: I can confirm the issue with the tooltip position on <select> multiple in Chrome. It also happens in Safari.
Firefox: I see this one as well. WebKit browsers are displaying the native tooltip for <option> elements instead of the jQuery UI one. Opera doesn't support the title attribute on <option> elements natively.
IE: That should be covered by #8798.