Opened 13 years ago
Closed 13 years ago
#5149 closed bug (invalid)
modifying an iframe content in firefox does'n work.
Reported by: | web1.tradestation | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | manipulation | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
this statements fails when is executed in firefox 3.5.2:
$('#htiIFrame').contents().find("table:first").remove();
the element is actually removed from the DOM but the iframe visualization is not updated.
It does works in IE8.
Take a look to the attached pictures
Attachments (3)
Change History (4)
Changed 13 years ago by
Attachment: | Firefox.jpg added |
---|
Changed 13 years ago by
Changed 13 years ago by
comment:1 Changed 13 years ago by
Component: | unfiled → manipulation |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
From the description it sounds like this is a Firefox bug. Can you reopen with a simple test case?