DMXzone Lightbox Support Product Page

This topic is locked
Solved

Close Button not working in IE 7 & 8[Solved]

Reported 11 Mar 2011 17:46:41
1
has this problem
11 Mar 2011 17:46:41 Chuck Borrelli posted:
Judging by the issues I see posted, DMX Zone does not do a lot of testing in IE...

If you go to www.perchpub.com/

Go to the Press Tab

And then open the light box link, it opens nicely (borders don't show, but that is an issue I have learned to live with... for shame for not fixing this)

However, the item will not close! It works fine in Safari, Chrome, Firefox

You do realize MOST people use IE, right?

I am using OS X 10.6.6 on CS5, most recent version 1.0.10 ... I removed the extension completely before re-installing it
Edited by - Chuck Borrelli on 12 Mar 2011  03:50:52

Edited by - Chuck Borrelli on 12 Mar 2011  04:12:57

Replies

Replied 11 Mar 2011 17:48:05
11 Mar 2011 17:48:05 Chuck Borrelli replied:
I was on Live Support with Miro... who is always polite and sometimes helpful, but many times he needs to get assistance from the developer... which takes days sometimes.



Replied 12 Mar 2011 03:58:39
12 Mar 2011 03:58:39 Chuck Borrelli replied:
Here is the IE Error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Sat, 12 Mar 2011 01:57:57 UTC


Message: Could not get the overflow property. Invalid argument.
Line: 154
Char: 412
Code: 0
URI: www.perchpub.com/ScriptLibrary/jquery-latest.pack.js
Replied 12 Mar 2011 04:11:55
12 Mar 2011 04:11:55 Chuck Borrelli replied:
Well, because I could not continue to wait for your non-response, I removed lightbox (hopefully temporarily, but If you continue to non-respond...)

The problem lightbox is now here:

www.perchpub.com/indexdmxerror.php

Again, this is in IE. Please do not test it in Chrome or Firefox (like you have done before) and tell me there is no problem.

In addition, I did change the timeout to 60 seconds:
contentLoadTimeout:60,

BUT, I still get an error message if the content takes more than 20 seconds to load.

Again, this started with the upgrade to 1.1.10
Replied 15 Mar 2011 01:53:06
15 Mar 2011 01:53:06 Chuck Borrelli replied:
Still no reply from the company I paid for support...

I was thinking of purchasing Feed Genie and the HTML editor, but now that I continue to have problems in IE, and your company eagerly accepts payment, but does not support it, I am not sure.

Again, why cannot I close the lightbox on this page:

www.perchpub.com/indexdmxerror.php

It works fine in other browsers
Replied 15 Mar 2011 06:03:50
15 Mar 2011 06:03:50 Chuck Borrelli replied:
The problem is being caused by CSS Animator... which is part of the Dreamweaver template.

There is a duplicate call to:

<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>

If I remove it from this area (see bold below)
The css animation works...

If I add it, the lightbox works properly, BUT CSS animation does not work at all.

Oddly enough, I don't need a DW template for this page, since the entire site is a single page.

I will play with the sequence of JS calls, but really, what is the best order for this. You can save me some time with the trial and error


<!-- InstanceEndEditable -->
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.dmxzone_animations_pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery.csstransform.pack.js"></script>
<!--[if IE]><script type="text/javascript" src="../dmx/lib/excanvas-compressed.js"></script><![endif]-->
<script type="text/javascript" src="dmx/dmx.core.js"></script>
<!-- InstanceBeginEditable name="head" -->
<style type="text/css" media="screen">
<!--
@import url("p7tp/p7tp_01.css";
-->
</style>
<link href="styles/form_fancy_pp.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="p7tp/p7tpscripts.js"></script>
<!--[if IE]><script type="text/javascript" src="dmx/lib/excanvas-compressed.js"></script><![endif]-->
<link rel="stylesheet" type="text/css" href="dmx/widgets/Lightbox/styles/default/style.css" />
Removed from Here
<script type="text/javascript" src="dmx/dmx.core.js"></script>
<script type="text/javascript" src="dmx/widgets/Lightbox/dmx.lightbox.js"></script>
Replied 15 Mar 2011 17:02:58
15 Mar 2011 17:02:58 Chuck Borrelli replied:
The problem was caused by an undescribed issue with CSS animator.

To resolve the issue, Miro had me remove the Jquery-latest file and then reapply the behaviors for the CSS animator.

That resolved the issue.

Reply to this topic