#1264 closed bug (fixed)
Cross-frame DOM manipulation
Reported by: | flamefork | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.1.2 |
Keywords: | cross document | Cc: | |
Blocked by: | Blocking: |
Description
Creating DOM nodes inside another document produces error in IE. There is no way to define context document for functions such as $, append, wrap, html, text.. with plain html argument. Please see an attachment for suggest of context support patch.
Attachments (1)
Change History (4)
Changed 16 years ago by
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 15 years ago by
Fixed in [4029]. Interestingly many of the changes have been added since the ticket was written so I just put the last two in and it seems to work. Try it out.
Note: See
TracTickets for help on using
tickets.
Another thing to keep in mind, window1.String != window2.String. So type checking like s.constructor == String would fail, better to use typeof.