qTip2 :: Pre-release changes (AKA What happened to my qTip styles!?)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] Issue in Nightly Release
25th January, 22:47 (This post was last modified: 25th January 22:51 by MartyJones.)
Post: #1
[Solved] Issue in Nightly Release
I downloaded the nightly release for qtip 2 this morning and added created the following html file:

JS Code
<html>
<head>
	<script type="text/javascript" src="jquery-1.7.min.js"></script>
	<script type="text/javascript" src="jquery.qtip.js"></script>
	<link rel="stylesheet" href="jquery.qtip.css" type="text/css" />
 
    <script type="text/javascript">
    $(document).ready(function() {
		$('.defToolTipLink').qtip({
			position: {
				target: 'mouse',
				adjust: {y:15, mouse: true}
			}
		});
    });
    </script>
</head>
<body>
<p>This is a <a class="defToolTipLink" title="Here is my text" href="#">Test</a>.</p>
</body>
</html>


Basically I wanted to create a tooltip that follows the mouse. I noticed that the first time you mouse over the link the tooltip will display but will NOT follow the mouse. If you mouse off of the link and then mouse back over the link the the tooltip will then follow the mouse.

I tried this html page on Firefox 9.0.1 and IE 9.

Here is the link to the reproducible at jsFiddle.

Do I have something setup incorrectly?

Thanks,

Marty
Find all posts by this user
Quote this message in a reply
26th January, 00:00
Post: #2
RE: Issue in Nightly Release
Woops that was a bug in the nightly code, cheers Marty it's fixed now in the latest commit!

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
26th January, 02:41
Post: #3
RE: Issue in Nightly Release
Craig,

that is great news. Where do I get the latest commit? Is it the nightly build?

thanks,

Marty

(26th January 00:00)Craig Wrote:  Woops that was a bug in the nightly code, cheers Marty it's fixed now in the latest commit!
Find all posts by this user
Quote this message in a reply
26th January, 11:49
Post: #4
RE: [Solved] Issue in Nightly Release
Yup just re-download from the download page or grab it from the github repo as detailed, again on the download page 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
26th January, 13:24
Post: #5
RE: [Solved] Issue in Nightly Release
Craig,

I tested the change and it works great now. qTip2 is a very nice jQuery plugin.

thanks again,

Marty
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] hover issue slim... 2 120 15th April 18:54
Last Post: slim...
  [Solved] position issue brakko 2 188 19th March 10:41
Last Post: brakko
  issue with viewport config option pjc 2 160 6th February 17:29
Last Post: pjc
  IE compatibility issue: <div>s disappearing when qTips are shown kdjohns 0 346 12th December 15:37
Last Post: kdjohns
  [Solved] Issue using nightly code ZacWolf 0 1,279 10th December 21:27
Last Post: ZacWolf
  IE issue with fixed option and click zdfs 3 347 22nd October 20:56
Last Post: zdfs
  Width issue(s) charliegriefer 5 399 18th October 05:04
Last Post: charliegriefer
  ie8 display issue lightw3ight 0 1,028 12th October 03:01
Last Post: lightw3ight
  Viewport issue tytyz 1 389 2nd September 12:12
Last Post: Craig
  Wordpress Implementation Theme Issue iLoveLobster 2 338 2nd September 06:57
Last Post: nickCR



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