|
[Solved] IE 8 "Style > Tip" not displaying
|
|
29th January, 20:25
Post: #1
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Greetings.
Have a tooltip that seems to be working swimmingly in FF, but not IE8. JS Code
Looke like this in ie8 (note the absence of the little pointy corner things appearing at position "leftMiddle"): ![]() Again, seems to work fine in FF. Tooltip js: ver. jquery.qtip-1.0.0-rc3.min.js Most puzzling; anyone else seen this before or happen to know of the fix? TIA Sahmeless |
|||
|
29th January, 22:22
Post: #2
|
|||
|
|||
|
[Solved] IE 8 "Style > Tip" not displaying
Are you using jQuery 1.4.x by any chance? This is a known issue with it at the moment, but is fixed in the pre-cursor branch dustmoo has set up:
http://github.com/dustmoo/qtip Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
29th January, 22:28
Post: #3
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Uh, yes. I am using JQuery 1.4 via the Google AJAX loader.
Whoops. Sorry. Thanks for the fast response. |
|||
|
29th January, 23:27
Post: #4
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Okay...feeling like I'm missing something now.
I replaced contents of my "jquery.qtip-1.0.0-rc3.min.js" with the contents of "jquery.qtip-1.0.0-rc3-dm-min.js". Now, there are NO qtips appearing in IE. Continues to work fine in FF. Most humbly clueless, Shameless |
|||
|
30th January, 00:09
Post: #5
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
shameless, any errors?
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
30th January, 01:13
Post: #6
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
No, no errors.
I have had this alert at the bottom of my script all day because I was troubleshooting a problems with dataTables. alert('made it here'); }); //(document).ready(function() ...and that alert--which is literally the last line of "(document).ready(function()"--fires off fine. |
|||
|
30th January, 01:15
Post: #7
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
oooohhhhh...it occurs to me that you were looking for something more sophisticated, like Firebug? I don't know how to use that, but if you have something that I need to do to assist, if you would offer some direction, then I would be happy to try and follow directions.
|
|||
|
2nd February, 16:24
Post: #8
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
2nd February, 17:43
Post: #9
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Sorry for just bouncing in here, but I have the exact same problem as Shameless. I'm using jQuery 1.4. qTip works in IE, but I'm missing the pointy thing. When I try to use both the dustmoo and craga89 version, I get this script error:
Message: 'null' is null or not an object Line: 1371 Char: 3 Code: 0 Can you help me? |
|||
|
3rd February, 09:03
(This post was last modified: 3rd February 09:04 by jsnewbie.)
Post: #10
|
|||
|
|||
IE 8 "Style > Tip" not displaying
mofle Wrote:Sorry for just bouncing in here, but I have the exact same problem as Shameless. I'm using jQuery 1.4. qTip works in IE, but I'm missing the pointy thing. When I try to use both the dustmoo and craga89 version, I get this script error: I have exactly the same problem with the dustmoo version on IE8, using jQuery 1.4.1: Message: 'null' is null or not an object Line: 1371 Char: 3 |
|||
|
3rd February, 16:50
Post: #11
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Alright.. looks like I can't create a fork and not maintain it.. Let me grab the latest version of jQuery and work out the bug.. I will post some fixes soon.
![]() Thanks! Dustin |
|||
|
3rd February, 20:02
Post: #12
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Alright. I have fixed the IE tip display issue on IE with jQuery 1.4.1.
This bug may have been causing unintended consequences in other browsers. (Mal-formed tip HTML) I have pushed the changes to github and updated the minified version as well. Anyway.. This should be officially fixed on the fork version, let me know if you have any more problems. http://github.com/dustmoo/qtip Cheers! |
|||
|
4th February, 00:33
Post: #13
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Craig--awesome beyond belief!!
Will touch back with you after site is from behind pwd. Regards, Shameless |
|||
|
4th February, 09:30
Post: #14
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Thanks Dustmoo, it works now.
The minified version still displays an error message though: Message: 'null' is null or not an object It works fine with the plain version of the script. |
|||
|
4th February, 12:00
(This post was last modified: 4th February 12:02 by punitrathore.)
Post: #15
|
|||
|
|||
| IE 8 "Style > Tip" not displaying | |||
|
4th February, 15:40
Post: #16
|
|||
|
|||
IE 8 "Style > Tip" not displaying
Voxen Wrote:Thanks Dustmoo, it works now. Thanks for the heads up.. looks like there is a problem with the preload-plugin that I need to track down. I will post as soon as the minified version is fixed. And mofle, Would you mind posting your qtip code so I can duplicate the problem exactly? Thanks everyone! And thanks craig for a awesome plugin. Dustin |
|||
|
4th February, 16:23
(This post was last modified: 4th February 16:24 by punitrathore.)
Post: #17
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Sure, here it is:
JS Code
|
|||
|
4th February, 17:06
Post: #18
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Alrighty.. Somewhere in the updates between craig and I some code went missing yikes!
![]() Anyway, I have fixed the IE 8 bugs with the preload plugin and the tip not showing with jQuery 1.4.1.. mofle I did a test with my updated version that I just pushed to github and I wasn't getting that styling error, do you have any other CSS that you are loading? I tested the above code on IE8 and IE7.. and all was well. Anyway.. Keep the bug posts coming! Cheers! Dustin |
|||
|
5th February, 09:04
Post: #19
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Dustmoo both scripts are running fine now, thanks to you.
There is still a small glitch that was not existing before (I mean not existing with Craig's downloadable rc3 version): the tip's arrow is "eating" the owner object instead of touching it. For example if I use qTip over an icon, the arrow is a little bit over the icon instead of just touching it. Its not a big deal though
|
|||
|
5th February, 19:32
Post: #20
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
I am using the latest version of qtip but qtips are not showing in IE8. They show just fine in FF.
Here is the function I use for loading the qtips: JS Code
|
|||
|
8th February, 07:17
Post: #21
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Found out why i got the strange tooltip. It's because the site it's deployed on sets IE in quirksmode.
Dustmoo, and chance getting it fixed for quirksmode? |
|||
|
8th February, 15:15
Post: #22
|
|||
|
|||
IE 8 "Style > Tip" not displaying
mofle Wrote:Found out why i got the strange tooltip. It's because the site it's deployed on sets IE in quirksmode. I'll take a look at it later today, I need to do some reading up on quirksmode, as I really don't know anything about IE's different "modes" and what they support. Does your site require quirksmode? You can specify which mode IE8 loads in with header tag. i.e. JS Code
As documented here: http://expression.microsoft.com/en-us/dd835379.aspx |
|||
|
8th February, 15:43
Post: #23
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Yes, but unfortunately it's deployed on an intranet, with only IE6 in quirksmode, and no way to change it.
Really hope you find a solution to this. |
|||
|
8th February, 15:59
Post: #24
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
Well, I guess I'll have to look into that. It looks like we need to adjust the IE 6 hacks.. I'll look at it this afternoon.
Cheers! Dustin |
|||
|
8th February, 18:20
Post: #25
|
|||
|
|||
|
IE 8 "Style > Tip" not displaying
mofle, unfortunately there isn't a known fix for this in IE quirks mode! The problem is, when it's in quirks mode IE reports false heights and widths for certain elements, as it doesn't obey the standard box model for elements. This is why you're getting some dodgy border problems.
Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help


![[Image: tipnotip.jpg]](http://www.toypizza.com/images/tipnotip.jpg)




![[Image: qtip.th.png]](http://img20.imageshack.us/img20/9821/qtip.th.png)