Skip to main content

Search and Top Navigation

#9426 closed bug (duplicate)

Opened July 15, 2013 04:46AM UTC

Closed July 15, 2013 12:15PM UTC

Tooltip conflicts with select control

Reported by: LBPSlava Owned by:
Priority: minor Milestone: none
Component: ui.tooltip Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

I have added today's download of jquery-1.9.1.js, ui-lightness/jquery-ui-1.10.3.custom.css, and jquery-ui-1.10.3.custom.min.js, have not customized anything, and have used this in my page:

<script type="text/javascript">

$(function() {

$(document).tooltip();

});

</script>

The select controls in the page all have title="blah" attribtes, which, again, I have not changed. In IE 10 under Windows 7, after this addition of the UI tooltip call, all select controls became unusuable because of the tooltip.

Sorry I don't have the time to jsFiddle or test other browsers!

LBPSlava

Attachments (0)
Change History (1)

Changed July 15, 2013 12:15PM UTC by tj.vantoll comment:1

resolution: → duplicate
status: newclosed

Duplicate of #8798.