Closed GoogleCodeExporter closed 9 years ago
We tested all pages from our test suit in IE8 beta 2, all worked fine. Maybe
you've
got a corrupt install. Please read our FAQ for more info on this.
Original comment by bobbyvandersluis
on 19 Jan 2009 at 10:48
Even i have same problem
Original comment by ansa...@gmail.com
on 7 Apr 2009 at 12:47
on my site swfobject crashes in ie 8 too
v 2.1 on line
520: ls.addRule(sel, decl);
v 2.2 on line
565: dynamicStylesheet.addRule(sel, decl);
any suggestions?
Original comment by box4...@gmail.com
on 7 May 2009 at 4:06
Can you provide a link to your test case?
Original comment by bobbyvandersluis
on 8 May 2009 at 8:45
[deleted comment]
Please repost this implementation issue/question in the discussion group, so
multiple
people can take a look at it. Please only file issue reports if you can proof
that it
is directly caused by SWFObject.
Original comment by bobbyvandersluis
on 9 May 2009 at 11:33
While i was preparing a file for discussion group i've found a real root of the
problem.
Property "id" of content div element started from number
(kind of <div id="123_div">), what is against the naming convention (HTML validator
said so).
So it caused crash in createCSS method.
After changing the div "id" ptoperty to appropriate value the problem has gone.
So, sorry for disturb, and thanx for patience.
Anyway, I hope this post will be useful for somebody, who faces with such
problem.
The most embarrassing in this was that crash happens only in IE 8. All earlier
versions and other browsers worked fine.
Original comment by box4...@gmail.com
on 9 May 2009 at 1:12
Original issue reported on code.google.com by
ogabriel...@gmail.com
on 19 Jan 2009 at 10:25