Bug Tracker

Opened 16 years ago

Closed 15 years ago

Last modified 11 years ago

#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)

patch.txt (2.8 KB) - added by flamefork 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by flamefork

Attachment: patch.txt added

comment:1 Changed 16 years ago by arrix

Another thing to keep in mind, window1.String != window2.String. So type checking like s.constructor == String would fail, better to use typeof.

comment:2 Changed 15 years ago by davidserduke

Resolution: fixed
Status: newclosed

comment:3 Changed 15 years ago by davidserduke

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.