Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Stem not appearing in IE8
18th August, 10:16
Post: #1
[Solved] Stem not appearing in IE8
Hi there,

Checked this in IE 7 and 8, can't seem to get the stem to appear. Using the latest jQuery and have applied the fix to allow qTip to work with the newest version. Stem is working with FF and Safari. I have compatibility view turned on in IE 8.

Any help appreciated.

T
Find all posts by this user
Quote this message in a reply
18th August, 13:15
Post: #2
RE: Stem not appearing in IE8
Just to help with this, here's the code block I'm using:

JS Code
$('img.info[title]').qtip({
			hide: { delay: 1000 },
			position: {
				corner: {
					target: 'topRight',
					tooltip: 'bottomLeft'
				}
			},
			style: { 
				width: 200,
				padding: 5,
				background: '#606060',
				color: '#fff',
				textAlign: 'left',
				border: {
					width: 2,
					color: '#888'
				},
				tip: {
					corner: 'bottomLeft',
					color: '#888',
					size: {
						x: 5,
						y: 5
					}
				}
			}
		});
Find all posts by this user
Quote this message in a reply
18th August, 13:53
Post: #3
RE: Stem not appearing in IE8
hmmm Tady, does it work if you specify the corner as true? i.e.

JS Code
corner: true

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
18th August, 14:17
Post: #4
RE: Stem not appearing in IE8
Hiya Craig,

No it doesn't. Should have mentioned that I tried that.

T
Find all posts by this user
Quote this message in a reply
19th August, 09:46
Post: #5
RE: Stem not appearing in IE8
Any joy anyone? I still can't work it out. Been trying everything...

T
Find all posts by this user
Quote this message in a reply
19th August, 16:15 (This post was last modified: 19th August 16:21 by tadywankenobi.)
Post: #6
RE: Stem not appearing in IE8
Banging my head against a wall here folks. Been pixel pushing all day. Looking at the positioning (to make sure there is none) and the layout of the tips and cannot find anything wrong. Has anyone, anywhere come up against anything similar!?

T
Ok, found another post that mentioned the latest releases. http://bazaar.launchpad.net/~craig.craig.../1.0/files. Installed this and it's working now. Pain in the ass as I don't know what was wrong, but at least it's working now.

Thanks for your help Craig.

T
Find all posts by this user
Quote this message in a reply
19th August, 16:58
Post: #7
RE: Stem not appearing in IE8
Ah, you were using RC3 with jQuery 1.4 I'm guessing? It isn't supported, which is probably where the problem was arising.

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
12th November, 02:32
Post: #8
RE: Stem not appearing in IE8
(19th August 16:58)Craig Wrote:  Ah, you were using RC3 with jQuery 1.4 I'm guessing? It isn't supported, which is probably where the problem was arising.

That's a real shame... are there any plans to create a work around in future? is the best solution using an older version of Jquery?

Thanks
Find all posts by this user
Quote this message in a reply
15th November, 12:55
Post: #9
RE: Stem not appearing in IE8
Either that or use 1.4.3 which fixes the problem introduced by 1.4.2 Smile

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
13th March, 21:35
Post: #10
RE: Stem not appearing in IE8
(15th November 12:55)Craig Wrote:  Either that or use 1.4.3 which fixes the problem introduced by 1.4.2 Smile

I ran into the same issue using 1.5.1 in IE8.
Find all posts by this user
Quote this message in a reply
14th March, 18:01
Post: #11
RE: Stem not appearing in IE8
If you're still having problems upgrade to qTip2 Smile

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] IE8: qTip's not appearing. DaveRich 3 269 2nd April 21:58
Last Post: Craig
  [Solved] Mouse over in IE8 makes CPU go wild haimaimai 4 307 2nd April 21:53
Last Post: Craig
  qtip not appearing on .show command josephkhoury 1 446 20th December 13:58
Last Post: Craig
  [Solved] Tip corner not showing in IE7 and IE8 danlefebvre 9 3,338 3rd June 08:17
Last Post: amitshahc
  On jQuery 1.5.1, tips don't appear in IE7 or IE8 panabee 3 1,434 23rd May 17:51
Last Post: Craig
  [Solved] Tip not appearing.. This is insane! TRI0N 1 498 23rd May 17:50
Last Post: Craig
  IE8 dont show the tip? SnowJim 1 660 27th March 23:04
Last Post: Craig
  [Solved] Reduced width in IE8 JediBW 5 1,000 15th February 18:19
Last Post: Craig
  [Solved] http://craigsworks.com/projects/qtip2/ broken in IE8 hattyuk 3 1,110 15th February 18:06
Last Post: Craig
  Mouse over in IE8 makes CPU go wild e90poa 0 1,628 20th January 10:39
Last Post: e90poa



User(s) browsing this thread: 1 Guest(s)