Skip to main content

Search and Top Navigation

#8823 open bug ()

Opened November 16, 2012 07:07PM UTC

Last modified June 30, 2017 01:16PM UTC

Tooltip: Displaying tooltips on select elements and items

Reported by: slolife 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.

Attachments (0)
Change History (3)

Changed November 17, 2012 03:44AM UTC by tj.vantoll comment:1

status: newopen

@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.

Changed January 25, 2013 09:23PM UTC by tj.vantoll comment:2

milestone: 1.10.0none

Changed June 30, 2017 01:16PM UTC by scottgonzalez comment:3

#15212 is a duplicate of this ticket.