You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Wrong tooltip position with scrollable + mousewheel Created Sep 26, 2009

This thread is solved

Views: 2140     Replies: 3     Last reply Dec 2, 2009  
You must login first before you can use this feature

Taimar

Posts: 2

Registered:
Sep 26, 2009

Wrong tooltip position with scrollable + mousewheel

Posted: Sep 26, 2009

Hi!

I'm using scrollable with mousewheel plugin and tooltip library. Scrollable items display horizontally centered tooltip on hovering.

Tooltip does reposition itselt on scrolling between items and isn't centered anymore. Tooltip should not reposition, because the width of items and tooltips are always the same and cursor doesn't move on scrolling.

Tested it with Firefox 3.5.3 and IE8, same results.

It would be nice to hide tooltip while scrolling/animating.

Thanks!

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» Wrong tooltip position with scrollable + mousewheel

Posted: Oct 5, 2009

Reply to: Wrong tooltip position with scrollable + mousewheel, from Taimar
I'll postpone the handling of this bug on a later time. At the moment there are some more important bugs that I need to take care of. Thanks!

bullfrog

Posts: 1

Registered:
Oct 28, 2009

Relative is not working and relative:false is ignored

Posted: Oct 28, 2009

Reply to: » Wrong tooltip position with scrollable + mousewheel, from tipiirai
The behavior I'm seeing (FF 3.5.3) is as follows:

Scrollable has navigator and mousewheel. Regardless of my tooltip value for 'relative' (true or false), the tooltips are appearing about four hundred pixels above the trigger. Furthermore, they are appearing horizontally as if the scrollable items are simply laid out across the screen and not being repositioned in the scrollable. Thus, item 1 is on the far left of the screen (far far away from the trigger as it appears in the scrollable) and item 10 is on the far right.

As relative: false is ignored, I cannot use an absolute positioning workaround either.

questionmark

Posts: 1

Registered:
Dec 2, 2009

» » Wrong tooltip position with scrollable + mousewheel

Posted: Dec 2, 2009

Reply to: » Wrong tooltip position with scrollable + mousewheel, from tipiirai
I have the same problem. Is there any news on this?