Bug Tracker

Ticket #1264 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

Cross-frame DOM manipulation

Reported by: flamefork Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: core
Version: 1.1.2 Keywords: cross document
Cc: Needs: Review

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

patch.txt (2.8 kB) - added by flamefork 2 years ago.

Change History

Changed 2 years ago by flamefork

Changed 1 year 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.

Changed 1 year ago by davidserduke

  • status changed from new to closed
  • resolution set to fixed

Changed 1 year 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.