Tooltips and v5.736

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Shap5202
Super Advanced
Super Advanced
Posts: 62
Joined: Thu Sep 29, 2005 2:36 pm

Tooltips and v5.736

Post by Shap5202 »

Hello all,
I saw in another post (http://milonic.com/mfa/2005-December/006832.html) about how the syntax had changed for tooltips.

As mentioned, I had upgraded to v5.736 and v1.4 on tooltips.js and they work fine anywhere I use them as part of a menu item (aI(...) )

but there are a couple places I used tooltips with HTML objects. For example

Code: Select all

<span onmouseover=\"showtip('" + formatForToolTip(displayValue) + "');\" onmouseout=\"popdown();\">  Shorter Text </span>
So when you mouseover the span, it would pop up the tool tip. This piece no longer works. Is there anyway to get this working? Do I need to upgrade to the pre-release version? Am I missing something stupid? :)

Thanks
tootricky
Advanced
Advanced
Posts: 28
Joined: Tue Dec 07, 2004 4:07 pm

Re: Tooltips and v5.736

Post by tootricky »

Shap5202 wrote:Hello all,
I saw in another post (http://milonic.com/mfa/2005-December/006832.html) about how the syntax had changed for tooltips.

As mentioned, I had upgraded to v5.736 and v1.4 on tooltips.js and they work fine anywhere I use them as part of a menu item (aI(...) )

but there are a couple places I used tooltips with HTML objects. For example

Code: Select all

<span onmouseover="showtip('" + formatForToolTip(displayValue) + "');" onmouseout="popdown();">  Shorter Text </span>
So when you mouseover the span, it would pop up the tool tip. This piece no longer works. Is there anyway to get this working? Do I need to upgrade to the pre-release version? Am I missing something stupid? :)

Thanks
I mentioned exactly the same thing over a week ago... COME ON ANDY GIVE US A REPLY!
Shap5202
Super Advanced
Super Advanced
Posts: 62
Joined: Thu Sep 29, 2005 2:36 pm

Post by Shap5202 »

My tooltips are actually working again... for the most part. But I've been having issues with them not displaying consistently. T

Sometimes the tooltip will show up, but only in the top-left corner of the screen. I want to debug a little more to see if i can figure out then maybe i can put up some code snipets.

tootricky.... there is a new menu version out today, I would try grabbing that and maybe regrabbing the tooltip.js (i had done that for the sake of argument). Don't know if anything changed, but at least my tooltips show up now.

PS: Is there any style classname or something that I could be causing a problem if a used it by coincidence?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

I've just posted a demo of the new tooltips at http://milonic.com/tooltips.php

Still no Docs yet, should be tomorrow but you can do a view source.

Just make sure that you download the new menu and the new tooltips.js file.

Hope this helps,
Andy
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Andy wrote:Just make sure that you download the new menu and the new tooltips.js file.
By "new menu", he means v5.738.
John
Shap5202
Super Advanced
Super Advanced
Posts: 62
Joined: Thu Sep 29, 2005 2:36 pm

Post by Shap5202 »

Like the new features... especially the followtip ability.

One thing I noticed though, if you have the tooltip follow your mouse... it will initially appear overtop a select box, but if you move the mouse, the tip then moves underneath except where the tip first showed. (not moving the iframe - or however it covers up the selects, or someting?)
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Next version should see a fix for this
Shap5202
Super Advanced
Super Advanced
Posts: 62
Joined: Thu Sep 29, 2005 2:36 pm

Post by Shap5202 »

Just for clarification..
Next version
means v5.739 or an upcoming non-released version?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

It now means 5.739 (which has been uploaded more than once at the same version number), AND the new tooltips file.
John
Post Reply