Skip to main content

Search and Top Navigation

#8746 closed bug (wontfix)

Opened October 29, 2012 09:22AM UTC

Closed May 04, 2017 03:40PM UTC

Tooltip: Both Jquery tooltip and standard title shown in IE < 10

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

Both Jquery new tooltip and standard title are being shown sometimes if you set "delay" option when creating Tooltip.

See fiddle example (Try several times)

It is happening in IE 9 and 8, not in Chrome or Firefox.

Attachments (0)
Change History (15)

Changed October 29, 2012 02:03PM UTC by tj.vantoll comment:1

status: newopen
summary: Both Jquery tooltip and standard title shown in IETooltip: Both Jquery tooltip and standard title shown in IE

Confirmed. I was able to get this to happen in IE7 as well.

Changed November 05, 2012 06:46PM UTC by jzaefferer comment:2

The first two or three times, the both show up, then only the UI tooltip.

Changed November 05, 2012 07:08PM UTC by jzaefferer comment:3

I'm unable to reproduce this outside of jsfiddle.

The only suspect block of code is this, as that timer might explain why this issue doesn't show up every time: https://github.com/jquery/jquery-ui/blob/0bff32a2b1c2273e46dc0f70bc1058ad304ebcc5/ui/jquery.ui.tooltip.js#L270-280

I'm not sure why we run that without check also for the track option.

Changed November 05, 2012 07:28PM UTC by scottgonzalez comment:4

Replying to [comment:3 joern.zaefferer]:

I'm not sure why we run that without check also for the track option.

Good question. We could certainly add that check.

Changed November 22, 2012 11:10AM UTC by cedricbrasey comment:5

This doesn't seem to happen in IE10

Changed December 26, 2012 09:30PM UTC by yoann comment:6

This bug occurs also if you set "track" option.

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

milestone: 1.10.0none

Changed April 18, 2013 09:46PM UTC by tj.vantoll comment:8

summary: Tooltip: Both Jquery tooltip and standard title shown in IETooltip: Both Jquery tooltip and standard title shown in IE < 10

Per #9222 this can happen with a really simple example: http://jsfiddle.net/tj_vantoll/p2CJK/. I can recreate the problem in IE7, 8, and 9 but not IE 10 which is consistent with @cedricbrasey's comment. It is sporadic though.

Changed April 18, 2013 09:48PM UTC by tj.vantoll comment:9

#9222 is a duplicate of this ticket.

Changed May 20, 2013 09:45PM UTC by ever4us comment:10

I get double tooltips with asp.net buttons but NOT with asp.net labels). AND the standard tooltip only shows if the cursor is placed over the button text. It does not show if the cursor is placed over the button outside of the button's text area.

Changed July 03, 2013 01:29PM UTC by hugodevreugd comment:11

When I change tj.vantoll's example by placing a copy of the button below the orignal one, and move from the upper to the lower button, I get double tooltips.

I am using IE10 version 10.0.9200.16599.

Changed November 12, 2013 12:30PM UTC by jeffwong comment:12

I faced this same issue, when tooltip set for textbox and using tab from first textbox to next textbox, the tooltip show double.

I'm also tested it on http://jsfiddle.net/tj_vantoll/p2CJK/ and get the same result.

(IE 10.0.9200)

Changed November 25, 2013 09:24AM UTC by Volodymyr Oliinyk comment:13

Can reproduce in IE11 - both tooltips are shown (standard and jQuery).

http://jsfiddle.net/LVwfc/1/

Just set mouse from outside to the border of the div block (in IE11).

Changed November 25, 2013 01:27PM UTC by tj.vantoll comment:14

Replying to [comment:13 Volodymyr Oliinyk]:

Can reproduce in IE11 - both tooltips are shown (standard and jQuery). http://jsfiddle.net/LVwfc/1/ Just set mouse from outside to the border of the div block (in IE11).

I'm not seeing this personally. Also your test case is using an old version of jQuery UI 1.9.2. You can use the following test case as a starting point - http://jsfiddle.net/tj_vantoll/FMUZL/ (it's setup to use the latest code from the master branch of the git repo).

Changed May 04, 2017 03:40PM UTC by scottgonzalez comment:15

resolution: → wontfix
status: openclosed

We don't support these versions of IE anymore.