Side navigation
#5225 closed bug (duplicate)
Opened September 14, 2009 10:56PM UTC
Closed November 19, 2010 01:49AM UTC
Last modified November 19, 2010 01:49AM UTC
wrapInner with node containing document.write breaks on Firefox 3.5
Reported by: | tarlen | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Odd series of events, but on Firefox, if you have a node containing JavaScript with document.write, and use wrapInner on that node, the resulting page will display briefly, then reset only displaying the content output by the document.write. Firefox also shows the page as still loading.
Attached is a file demonstrating this issue - if you comment out the wrapInner call the page renders correctly.
Related to #4826 (ajax context there).