Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

location:'inline', floating:true cause IE to crash #14

Open
siteroller opened this issue Aug 28, 2009 · 0 comments
Open

location:'inline', floating:true cause IE to crash #14

siteroller opened this issue Aug 28, 2009 · 0 comments

Comments

@siteroller
Copy link
Owner

location:'inline', floating:true each cause IE to throw an error "The page cannot be displayed" after the page has successfully loaded.

The reason is that they attempt to write to the document element which has not yet been closed. And in IE one cannot modify an element until after it has been closed. See: http://www.clientcide.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted

The workaround is to apply the rte in an onload event, by when the document element will already be closed.

However, it would be good for the RTE to check if it can be applied, and if not wait to apply itself.

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

No branches or pull requests

1 participant