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

Your preferred username that is used when logging in.

Tooltip not updating on first display Created Nov 4, 2009

This thread is solved

Views: 735     Replies: 1     Last reply Nov 5, 2009  
You must login first before you can use this feature

jwhitebnp

Posts: 2

Registered:
Nov 4, 2009

Tooltip not updating on first display

Posted: Nov 4, 2009

I'm trying to use tooltips for the items of a scrollable inside of tabs. (http://www.foodmaster.com/Equipment ). You'll want to click the catalogs tab since there is only one item in videos on that page.

The tooltip text seems to be slow to change. Sometimes requiring you to move the mouse out of the trigger element and back into it before displaying the proper text.

This is the first implementation of this library that I've tried, and I don't have a ton of experience with jquery either so it could be something I'm missing. Hopefully someone can shed some light on this.

jwhitebnp

Posts: 2

Registered:
Nov 4, 2009

» Tooltip not updating on first display

Posted: Nov 5, 2009

Reply to: Tooltip not updating on first display, from jwhitebnp
After some additional testing I discovered that this is related to the setting: "lazy: true". Once I set that to false the tooltips started displaying as expected.

I'd still like to find a way to be able to use the on demand initialization as I will potentially have a large number of tooltips on this page and don't want them to adversely affect page load time.