Skip to main content

Bug Tracker

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)
  • Firefox.jpg (100.2 KB) - added by web1.tradestation September 01, 2009 01:30AM UTC.
  • IE8.2.jpg (93.8 KB) - added by web1.tradestation September 01, 2009 01:31AM UTC.
  • IE8.jpg (93.8 KB) - added by web1.tradestation September 01, 2009 01:31AM UTC.
Change History (1)

Changed June 13, 2010 05:26PM UTC by dmethvin comment:1

component: unfiledmanipulation
resolution: → invalid
status: newclosed

From the description it sounds like this is a Firefox bug. Can you reopen with a simple test case?