Side navigation
#1264 closed bug (fixed)
Opened June 02, 2007 03:54PM UTC
Closed December 05, 2007 12:33AM UTC
Last modified March 15, 2012 06:07PM UTC
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 (3)
Changed September 26, 2007 07:28AM UTC by comment:1
Changed December 05, 2007 12:33AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
Changed December 05, 2007 03:35AM UTC by comment:3
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.
Another thing to keep in mind, window1.String != window2.String.
So type checking like s.constructor == String would fail, better to use typeof.