Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Big bug on IE8 #34

Open
gtournie opened this issue Apr 29, 2012 · 0 comments
Open

Big bug on IE8 #34

gtournie opened this issue Apr 29, 2012 · 0 comments

Comments

@gtournie
Copy link

Hi,

On IE8, in formatHTMLOutput method, Element("body") return document.body (body of parent window) instead of a new body element. I had some "DispHtmlSelectElement" in my document.body and it made crash my IE...

To fix this, add "new" before: new Element("body").
Do the same for formatHTMLInput func ;-)

Had a big headache to find out how to resolve this bug... =)

Guillaume

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant