fabriciocs / swfobject

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

IE 5.0 and 5.5 script support issues #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See discussion thread:
http://groups.google.com/group/swfobject/browse_thread/thread/4d43c5d6a37e680d

typeof document.appendChild != "undefined"
typeof document.replaceChild != "undefined"
typeof document.removeChild != "undefined"
typeof document.cloneNode != "undefined"

all return false in the w3cdom feature test, and therefore the script is
not further executed.

Original issue reported on code.google.com by bobbyvandersluis on 25 Apr 2008 at 1:24

GoogleCodeExporter commented 9 years ago
Issue was introduced with SWFObject 2.0 beta1

Fix will be released with SWFObject 2.1

If you would like to beta test the fix, please download SWFObject 2.1 beta1:
http://code.google.com/p/swfobject/source/browse/trunk/swfobject/src/swfobject.j
s?r=152

Original comment by bobbyvandersluis on 28 Apr 2008 at 2:14

GoogleCodeExporter commented 9 years ago
r153 seems to be working fine on IE 5.5 on windows 2000.

Original comment by a.speak...@rocketmail.com on 30 Apr 2008 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by bobbyvandersluis on 4 May 2008 at 8:06

GoogleCodeExporter commented 9 years ago

Original comment by bobbyvandersluis on 6 Jun 2008 at 3:44