Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Tip corner not showing in IE7 and IE8
8th December, 17:11
Post: #1
[Solved] Tip corner not showing in IE7 and IE8
Hey!

The tip corner isnt showing in IE7 and IE8... is that a common issue ?
Here is my code:
JS Code
$('.helpicon,.helpiconSection').each(function(){	
		$(this).qtip({
			content: $(this).attr('tooltip'),
			position: {
				corner: {
					target: 'topMiddle',
					tooltip: 'bottomMiddle'
				},
				adjust: { x: 2, y: -1 }
			},
			style: { 
				//width: 200,
				padding: 8,
				background: '#FFF',
				color: '#444',
				textAlign: 'left',
				border: {
					width: 5,
					radius: 5,
					color: '#245f9e'
				},
				tip: { // Now an object instead of a string
					corner: 'bottomMiddle', // We declare our corner within the object using the corner sub-option
					size: {
						x: 20,						y : 8 					}
				},
				name: 'dark' // Inherit the rest of the attributes from the preset dark style
			}
		});
	});


I'm using the latest version of the plugin (1.0.0-rc3) and the tip is showing correctly in Firefox 3.6, but not in IE ... any tips on solving that problem?

Thanks!
Find all posts by this user
Quote this message in a reply
8th December, 18:01
Post: #2
RE: Tip corner not showing in IE7 and IE8
Try out the newest branch release: http://bazaar.launchpad.net/~craig.craig.../1.0/files

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
9th December, 10:38
Post: #3
RE: Tip corner not showing in IE7 and IE8
I have the same problem, tip is shown on Firefox and Chrome, not on IE.

I use Jquery 1.4.4 and qtip-1.0.0-rc3
Find all posts by this user
Quote this message in a reply
9th December, 12:50
Post: #4
RE: Tip corner not showing in IE7 and IE8
Does the new commit work for you guys? If not I'm afraid the only option is to upgrade over to qTip2 as I won't be making any more fixes to 1.0 at this point.

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
19th December, 15:34
Post: #5
RE: Tip corner not showing in IE7 and IE8
(9th December 12:50)Craig Wrote:  Does the new commit work for you guys? If not I'm afraid the only option is to upgrade over to qTip2 as I won't be making any more fixes to 1.0 at this point.

Yes,it works.I also use Jquery 1.4.4 and qtip-1.0.0-rc3!
But it creates a new problem,the tooltip moves from the left side to the target,this is strange.

I use qtip lately,I just want to say,you have done a great work,thank you so much!
Find all posts by this user
Quote this message in a reply
3rd January, 05:44
Post: #6
RE: Tip corner not showing in IE7 and IE8
(19th December 15:34)maogh Wrote:  Yes,it works.I also use Jquery 1.4.4 and qtip-1.0.0-rc3!
But it creates a new problem,the tooltip moves from the left side to the target,this is strange.

That's also my problem.. though it fixed the IE issue(IE8 only) but not on IE7
Visit this user's website Find all posts by this user
Quote this message in a reply
6th January, 03:17
Post: #7
RE: [Solved] Tip corner not showing in IE7 and IE8
Check-out qTip2 guys, as I'm not submitting anymore code to 1.0 now, it's a dead project 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
14th January, 08:53
Post: #8
RE: [Solved] Tip corner not showing in IE7 and IE8
Hi everybody,

has anyone found a solution for this problem? I cannot upgrade to qTip 2 and i must use jQuery 1.4.4...

Thanks for any help!

Best regards,
egat
Find all posts by this user
Quote this message in a reply
27th May, 17:39
Post: #9
RE: [Solved] Tip corner not showing in IE7 and IE8
(14th January 08:53)egat Wrote:  Hi everybody,

has anyone found a solution for this problem? I cannot upgrade to qTip 2 and i must use jQuery 1.4.4...

This patched version solved the problem nicely for me: https://github.com/dustmoo/qtip/raw/mast...-rc3-dm.js
Find all posts by this user
Quote this message in a reply
3rd June, 08:17
Post: #10
RE: [Solved] Tip corner not showing in IE7 and IE8
(27th May 17:39)steveluscher Wrote:  
(14th January 08:53)egat Wrote:  Hi everybody,

has anyone found a solution for this problem? I cannot upgrade to qTip 2 and i must use jQuery 1.4.4...

This patched version solved the problem nicely for me: https://github.com/dustmoo/qtip/raw/mast...-rc3-dm.js

it resolved my issue in all browsers. Thanks....
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  tip showing 2 times gkielwasser 8 243 5th May 19:00
Last Post: Craig
  [Solved] qtip showing content from db doesn't change when content in db changes. vtoepel 2 145 23rd April 16:02
Last Post: vtoepel
  [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
  [Solved] Browser still showing regular tooltip in addition to qTip Ryan Williams 2 853 18th December 19:54
Last Post: Craig
  [Solved] Corner Position Help Jim95 1 488 11th November 15:37
Last Post: Craig
  [Solved] Dynamic content not showing? dabd 3 814 21st August 18:17
Last Post: Craig
  Qtip works but not always [stuck tooltip and sometimes not showing] bittyme 5 802 15th August 00:14
Last Post: bittyme
  On jQuery 1.5.1, tips don't appear in IE7 or IE8 panabee 3 1,434 23rd May 17:51
Last Post: Craig
  memory leak in IE7? ramalaks 3 889 23rd May 17:07
Last Post: Craig



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