Closed
Bug 726871
Opened 13 years ago
Closed 13 years ago
[Firefox Live 2] : IE 8 with Flash still has errors and most content doesn't load
Categories
(Websites :: Other, defect)
Websites
Other
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Unassigned)
References
()
Details
(Whiteboard: r=101750,101749 b=trunk)
Attachments
(2 files)
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Tue, 14 Feb 2012 01:23:02 UTC
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: http://www-dev.allizom.org/en-US/firefoxlive/
Comment 1•13 years ago
|
||
Craig, do you have a bit of time to look at this?
Comment 2•13 years ago
|
||
There's a div with the id "videoplayer" that the script rewrites to embed the flash object, but the script that does the writing is actually inside that div, and evidently IE doesn't like it when scripts try to rewrite their parents before they're complete. I think just moving the script out of that div should do it.
I can't seem to get my Windows VM to connect to my local install of mozilla.com, something I've misconfigured somewhere I'm sure. But moving the script works locally otherwise, I just can't check IE yet to be sure. I've committed r101749 and I can test IE when it's on stage. Livin' on the edge!
Comment 3•13 years ago
|
||
Indeed moving the script out of the div seems to have done it. The page works for me in IE8.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: r=101750,101749 b=trunk
| Reporter | ||
Comment 4•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•