joeblack9988 / slideshow

Automatically exported from code.google.com/p/slideshow
0 stars 0 forks source link

Slideshow.Fold broken in IE8/Win XP #195

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This form is only for technical issues or bugs, thank you. If you post a
troubleshooting question here you will NOT receive help.

What steps will reproduce the problem?
1. Download Slideshow-1.3.1.110417
2. Open index.html

What is the expected output? What do you see instead?

IE error: Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; 
.NET CLR 1.1.4322)
Timestamp: Thu, 28 Apr 2011 08:25:54 UTC
Message: Invalid argument.
Line: 3538
Char: 3
Code: 0
URI: 
http://www.wordpresstesting.com/~jason/Slideshow-1.3.1.110417/js/mootools-1.3.1-
core.js

What version of the product are you using? On what operating system and
browser?

IE 8 on Win XP running in VMWare on Mac OS X

Please provide any additional information below.

I don't even like or have IE, so I hope this is a reproducible bug. I use 
VMWare to test my software in Windows IE and 1.3.1.110417. Only Slideshow.Fold 
is causing the error.

Original issue reported on code.google.com by jason%he...@gtempaccount.com on 28 Apr 2011 at 8:28

Attachments:

GoogleCodeExporter commented 8 years ago
I was able to make the error NOT appear by changing this code in mootools:

     this.style[property] = value;

to

     if(this.style[property]) {
          this.style[property] = value;
     }

I'll open a bug report with mootools.

Original comment by jason%he...@gtempaccount.com on 28 Apr 2011 at 9:29

GoogleCodeExporter commented 8 years ago
That didn't work as intended. The error went away but resize=fit stopped 
working.

Original comment by jason%he...@gtempaccount.com on 29 Apr 2011 at 12:18

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 3 May 2011 at 2:07

GoogleCodeExporter commented 8 years ago
I now see the error I posted above from IE all the time, and it appears to be 
harmless. I don't believe it is the cause of Slideshow.Fold not working.

Original comment by jason%he...@gtempaccount.com on 3 May 2011 at 2:43

GoogleCodeExporter commented 8 years ago
Kinda curious.. have you tried using it with the new version of mootools
released this week?

Original comment by aeron.gl...@gmail.com on 3 May 2011 at 4:52

GoogleCodeExporter commented 8 years ago
I am getting a similar problem in IE8/WinXP...  I am just uploading the file 
straight from the zipped download, and the following error occurs:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; 
GTB6.4; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; 
AskTbNRO/5.12.2.16749)
Timestamp: Fri, 17 Jun 2011 09:44:24 UTC

Message: Invalid argument.
Line: 302
Char: 126
Code: 0
URI: http://www.dewdropmedia.com/projects/slideshow2/js/mootools-1.3.2-core.js

Here's the base slideshow...
http://www.dewdropmedia.com/projects/slideshow2/index.html

Original comment by tofra...@gmail.com on 17 Jun 2011 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by aeron.gl...@gmail.com on 1 Jul 2011 at 1:00