Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qtips not closing on mouseout when scrolling
8th July, 00:36
Post: #1
Qtips not closing on mouseout when scrolling
Hello,

I have seen mention of similar issues and the solutions aren't helping me. I upgraded to revision 54 to no avail.

Basically I have tips generating from title tags when you mouse over a thumbnail. If you use the scroll wheel on the mouse while hovering the tip will not close, it will fade a bit but remain visible. You can keep mousing over thumbnails that are not covered by the visible tip and those tips will stack on top. Also, if the tip that seems to be stuck is over any links or other elements you cannot access them at all.

I have attached a screenshot.    

A second issue is the tip is anchored at the bottom right of the thumbnail instead of the middle right. Code used is -

$("a[title]").qtip({
show: { when: 'mouseover', delay: 300 },
hide: 'mouseout',
position: { corner: {target: 'rightMiddle', tooltip: 'leftMiddle'}},
style: { name: 'cream', tip: true, border: {width: 3, radius: 8}}
});


Any ideas? Are these related? Thanks for any help anyone can provide.
Find all posts by this user
Quote this message in a reply
16th July, 11:24
Post: #2
RE: Qtips not closing on mouseout when scrolling
I do have the same problem with the last revision of qtip....
Btw i m using jquery 1.4.2.

Anyone found a fix ?

Thanks,

regards.
Find all posts by this user
Quote this message in a reply
19th July, 20:42
Post: #3
RE: Qtips not closing on mouseout when scrolling
Are you guys getting any errors?

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
20th July, 07:08
Post: #4
RE: Qtips not closing on mouseout when scrolling
(19th July 20:42)Craig Wrote:  Are you guys getting any errors?

Sadly no :/... firebug says nothing.
I went back to rev24 and i don t have anymore the problem...
Find all posts by this user
Quote this message in a reply
5th August, 00:57 (This post was last modified: 5th August 01:11 by rgavrilov.)
Post: #5
RE: Qtips not closing on mouseout when scrolling
I have a table with a number in each row, on number hover it does jquery.post and puts the content as tooltip content.
If I just move the mouse cursor somewhat fast up and down over the table - eventually I get this error:

position is null

JS Code
1126: position.left += at.x === 'right' ? targetWidth : at.x === 'center' ? targetWidth / 2 : 0;


variables:
JS Code
at 
 offset
  left : 0
  top : 0
 precedance : "y"
 x : "right"
 y : "bottom"
targetWidth: null


JS Code
posOptions.target : "mouse"
$(posOptions.target).length : 0
target.outerWidth() : null
event : false


I can reliable duplicate it.
If I move mouse slowly it works fine.

Possible related bug, if I position a cursor over one cell, then use mouse scroll wheel such that mouse cursor ends up over another cell (also causing a tooltip) then the new tooltip will be positioned incorrectly (offset to the left and up by the amount of the scroll).

I also see that changing page size (for example by opening/closing firebug window using keyboard) will cause open tooltip to move left-up.

I would like get this fixed. Let me know if you need help, I probably can conjure a minimal failing example for you.
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Multiple qtips on one page, content disappearing russau 3 121 3rd May 16:38
Last Post: Craig
  Qtips with jquery UI Issue sherwoodbear79 2 432 15th February 15:36
Last Post: sherwoodbear79
  [solved] Trouble with qtips adding a scrollbar momentarily to window patricia 0 350 2nd December 19:40
Last Post: patricia
  Changing HTML Content on Click & Remove/Reinit qTips ifthatdoesntdoit 5 1,227 17th November 09:46
Last Post: ifthatdoesntdoit
  [Solved] Problem with Fixed Position div and scrolling homerlex 7 1,462 26th October 19:35
Last Post: Craig
  [Solved] multiple qtips and 1.4.2 - popup not being removed michaelg 9 2,627 11th May 13:57
Last Post: cooldeeps
  qTips no showing in IE7 adrielcrv 3 1,076 9th May 14:06
Last Post: Craig
  Multiple nested tooltips, child mouseout closes parent Spazsquatch 2 1,301 10th February 17:22
Last Post: Spazsquatch
  [Solved] Using 2 qtips on 1 element with different triggering events David 4 1,962 8th February 22:22
Last Post: ramalaks
  [Solved] My QTips not working on IE7 designlucas 2 759 7th February 14:40
Last Post: designlucas



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