Forums
This topic is locked
Sometimes it works and Sometimes it doesn't. Moved
08 Jul 2008 13:15:10 Neo 314 posted:
Any idea why applyDMXTooltip(this,'/subscribeWindow.php','fade','easeOutQuad','lefttop','out',600,600,'never','bluebevel',false,'','',0,0,'auto','auto','400','510')
works from the header of teh page, and
applyDMXTooltip(this,'#mapwin','fade','easeInQuad','xy','out',600,600,'clickout','bluebevel',false,'','',0,0,'20','20','600','500')
fails in the footer of the page with b.offset() is undefined? I tried both a hidden element and an external page for the content. No luck.
Edited by - neo314 on 08 Jul 2008 13:16:44
Replies
Replied 08 Jul 2008 16:17:53
08 Jul 2008 16:17:53 Miroslav Zografski replied:
Hi Neo,
What you mean by header and footer?
Can you place a test page somewere?
Btw you were right about the "S"-bug. We have found it recently. Adn because all you who reported that bug were with bluebelvel theme.We'll issue a fix today or tomorow.
Regards,
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
What you mean by header and footer?
Can you place a test page somewere?
Btw you were right about the "S"-bug. We have found it recently. Adn because all you who reported that bug were with bluebelvel theme.We'll issue a fix today or tomorow.
Regards,
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 09 Jul 2008 05:32:19
09 Jul 2008 05:32:19 Neo 314 replied:
Please stand by. I am deploying the site tonight. I used the extension for the header (top of the page not response header <img src=../images/dmxzone/forum/icon_smile_clown.gif border=0 align=middle> ) and just a JS popup window for the footer.
I am on vacation for a week, so it may be a bit, but if unresolved, I will post a test site for you next week with the extension applied where the problem is.
Edited by - neo314 on 09 Jul 2008 05:33:35
I am on vacation for a week, so it may be a bit, but if unresolved, I will post a test site for you next week with the extension applied where the problem is.
Edited by - neo314 on 09 Jul 2008 05:33:35
Replied 09 Jul 2008 12:12:31
09 Jul 2008 12:12:31 Miroslav Zografski replied:
Hi Neo,
I'm standing by.
Regards,
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
I'm standing by.
Regards,
M.Zografski
-----------------------------------
DMXZone.com Support Team
-----------------------------------
Replied 30 Aug 2008 05:34:50
30 Aug 2008 05:34:50 Neo 314 replied:
Sorry it has been a while. I will PM you the link and info to access a private version of the site I am having this problem on.
I also noted that AdvLayerPopup is suffering from the same issue of case-sensitivity that ToolTip had.
I had to change <pre id=code><font face=courier size=2 id=code>...link href="<u><b>s</b></u>tyles/dmxpopup.css" rel="stylesheet" type=...</font id=code></pre id=code>
to
<pre id=code><font face=courier size=2 id=code>...link href="<u><b>S</b></u>tyles/dmxpopup.css" rel="stylesheet" type=...</font id=code></pre id=code>
the same for the style specific css link.
I also noted that AdvLayerPopup is suffering from the same issue of case-sensitivity that ToolTip had.
I had to change <pre id=code><font face=courier size=2 id=code>...link href="<u><b>s</b></u>tyles/dmxpopup.css" rel="stylesheet" type=...</font id=code></pre id=code>
to
<pre id=code><font face=courier size=2 id=code>...link href="<u><b>S</b></u>tyles/dmxpopup.css" rel="stylesheet" type=...</font id=code></pre id=code>
the same for the style specific css link.
Replied 30 Aug 2008 07:16:44
30 Aug 2008 07:16:44 Neo 314 replied:
It appears you need to change
var siteStylesFolder = dw.getSiteRoot() + '<u><b>s</b></u>tyles';
in
...AppData\Roaming\Adobe\Dreamweaver 9\Configuration\Behaviors\Actions\Adv Layer Popup.js
Am I going to find this problem in Adv Open Window 3?
var siteStylesFolder = dw.getSiteRoot() + '<u><b>s</b></u>tyles';
in
...AppData\Roaming\Adobe\Dreamweaver 9\Configuration\Behaviors\Actions\Adv Layer Popup.js
Am I going to find this problem in Adv Open Window 3?
Replied 30 Aug 2008 08:40:35
30 Aug 2008 08:40:35 Neo 314 replied:
It looks like lines 136, 138, 716, and 738
Still testing, but I think that is it.
BTW, how did this end up in the Fireworks Forum? It looks like I did it, but I don't know why or how. Feel free to move it to the forum for this product...
Followup... Seems to be working correctly...
Edited by - neo314 on 30 Aug 2008 08:42:57
Still testing, but I think that is it.
BTW, how did this end up in the Fireworks Forum? It looks like I did it, but I don't know why or how. Feel free to move it to the forum for this product...
Followup... Seems to be working correctly...
Edited by - neo314 on 30 Aug 2008 08:42:57
Replied 23 Oct 2008 10:04:03
23 Oct 2008 10:04:03 Neo 314 replied:
New issue same problem. I think we never identified it's source in Tooltip.
Today it caused me grief. In our discussion, I believbe we "agreed", so to speak, on lower case (styles/...)
This code inserts upper case in the page from dmxTooltip.js
<pre id=code><font face=courier size=2 id=code>|applyOptions|slow|undefined|clickout|never|center|clearTimeout|iframe|frameborder|tabindex|display|currentStyle|getTooltipHtml|<b><u>Styles</u></b>|setTooltipHtml|rel|stylesheet|void|onclick</font id=code></pre id=code>
Had to change it to get the page to work.
Today it caused me grief. In our discussion, I believbe we "agreed", so to speak, on lower case (styles/...)
This code inserts upper case in the page from dmxTooltip.js
<pre id=code><font face=courier size=2 id=code>|applyOptions|slow|undefined|clickout|never|center|clearTimeout|iframe|frameborder|tabindex|display|currentStyle|getTooltipHtml|<b><u>Styles</u></b>|setTooltipHtml|rel|stylesheet|void|onclick</font id=code></pre id=code>
Had to change it to get the page to work.