Search and Top Navigation
#9222 closed bug (duplicate)
Opened April 12, 2013 10:55AM UTC
Closed April 18, 2013 09:48PM UTC
Last modified April 19, 2013 09:41AM UTC
In IE, default tooltip appears instead of jquery tooltip...:(
Reported by: | mgahlot | Owned by: | mgahlot |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I tried to use tooltip in one demo application & I found that jQuery tooltip which gets populated on component which contains title attribute. It works fine in chrome & Firefox but shows default tooltip (browser) above the jQuery tooltip in IE8.
Attachments (0)
Change History (14)
Changed April 12, 2013 11:27AM UTC by comment:1
component: | ui.core → ui.tooltip |
---|---|
owner: | → mgahlot |
status: | new → pending |
Changed April 15, 2013 06:47AM UTC by comment:2
status: | pending → new |
---|
Hi, Please see the attached demo link...
Changed April 16, 2013 02:44AM UTC by comment:3
status: | new → pending |
---|
I cannot recreate this in IE8, but from your screenshot this appears to be a duplicate of #8746. Are you doing anything special or are you just mousing over the button?
Changed April 16, 2013 04:55AM UTC by comment:4
status: | pending → new |
---|
Hi,
I am not doing any special thing, you can see the source of the demo and can reproduce the same on IE8.
As I think, at some place in code, we missed to disable the default tooltip or might have to put fix for IE8.
Changed April 16, 2013 11:57AM UTC by comment:5
resolution: | → worksforme |
---|---|
status: | new → closed |
I also cannot reproduce this.
Changed April 16, 2013 12:35PM UTC by comment:6
Hi,
can you please provide the link of your demo on which it is not reproducing in IE8 ?
Changed April 16, 2013 12:43PM UTC by comment:7
https://dl.dropboxusercontent.com/u/110099535/HTML/A.html (your demo does not show the error for me or tj.vantoll)
Changed April 16, 2013 12:54PM UTC by comment:8
resolution: | worksforme |
---|---|
status: | closed → reopened |
I couldn't recreate this in BrowserStack but I just was able to recreate it in a Windows XP VM. I'm pretty confident this is a duplicate of #8746 but I want to play with this a little.
Changed April 17, 2013 02:56AM UTC by comment:9
status: | reopened → pending |
---|
@mgahlot I'm having a lot of trouble recreating this but I have seem the problem occur at least twice now. Are you able to consistently recreate the problem or is it sporadic? What version of Windows are you running? Does the problem occur in other versions of Internet Explorer.
Any information you can provide would help. Thanks.
Changed April 17, 2013 04:49AM UTC by comment:10
status: | pending → new |
---|
Hi,
Yes, I am able to see this problem consistently in IE8.
We are using window 7 OS & we have checked the same on IE9 also but facing the same problem.
Changed April 18, 2013 02:40AM UTC by comment:11
status: | new → pending |
---|
I see the issue in IE8 and IE9 occasionally.
I do not however see the issue if I upgrade your test case to the latest versions of jQuery / jQuery UI: http://jsfiddle.net/tj_vantoll/KguV5/show. Are you seeing the issue there?
Changed April 18, 2013 06:08AM UTC by comment:12
status: | pending → new |
---|
Hi,
Yes, On IE8 & IE9, the default tooltip appears occasionally but I am seeing it on every 2nd or 3rd mouse hovering on button.
I checked the above link & again it is working fine in Chrome but not on IE8.
Find the below link for snapshot.
https://dl.dropboxusercontent.com/u/110099535/HTML/image.png
Changed April 18, 2013 09:48PM UTC by comment:13
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8746.Ok I can recreate this now with a really basic test case: http://jsfiddle.net/tj_vantoll/p2CJK/. It happens in IE7 - 9 which is consistent with #8746 so I'm closing this one as a duplicate.
Thanks for your test case and help on this @mgahlot.
Changed April 19, 2013 09:41AM UTC by comment:14
I would like to see this issue as fixed in upcoming release of jQuery UI.
Your Welcome...:)
Do the demos on http://jqueryui.com/tooltip/ work for you?
We'll need a reduced test case showing the problem.