#5225 closed bug (duplicate)
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.
Attachments (1)
Change History (4)
Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Example demonstrating the issue.