#7020 closed bug (cantfix)
Wrapping an iframe resets it
Reported by: | propeng | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | iframe wrap wrapall | Cc: | |
Blocked by: | Blocking: |
Description
When wrap() or wrapAll() is used on an iframe with designMode set to on, it loses all changes and designMode is set back to off. (Tested on Firefox 3.6.7)
Attachments (1)
Change History (6)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.4.2 |
need: | Review → Patch |
Owner: | set to snover |
Priority: | → low |
Status: | new → assigned |
Thanks for the report.
This is a Firefox bug. Unfortunately, because Firefox reloads the content of the iframe no matter what DOM manipulation occurs, there is nothing that jQuery can do to prevent this behaviour currently.
This is also an issue in WebKit but with a workaround there to use adoptNode.
comment:2 Changed 12 years ago by
Owner: | changed from snover to anonymous |
---|---|
Status: | assigned → new |
comment:3 Changed 12 years ago by
Keywords: | needsreview added |
---|
comment:4 Changed 11 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Since this is a Firefox bug we aren't able to fix it, and it's a relatively rare thing to begin with.
comment:5 Changed 11 years ago by
Keywords: | needsreview removed |
---|
Note: See
TracTickets for help on using
tickets.
Example