Side navigation
#5149 closed bug (invalid)
Opened September 01, 2009 01:30AM UTC
Closed June 13, 2010 05:26PM UTC
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 (1)
Changed June 13, 2010 05:26PM UTC by comment:1
component: | unfiled → manipulation |
---|---|
resolution: | → invalid |
status: | new → closed |
From the description it sounds like this is a Firefox bug. Can you reopen with a simple test case?