#13756 closed defect (invalid)
creating filtering select in iframe from parent fails in IE7
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.6.1 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Browser: IE Version: 7.0.5730.13
OS: Windows XP Version: 2002 Service Pack 3
create a page with one or more iframes referencing html forms.
from main window locate text element in a frame replace text element in iframe with filtering select this fails with invalid argument Visual Studio points at _37f.parentNode.replaceChild(this.domNode,_37f)
our work around:
is to add a function within the iframe that does the work of replacing the text element and then call that function from parent.
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → Dijit - Form |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Without a testcase to reference, I'd guess that dojo.withGlobal() should have been used.
comment:3 Changed 10 years ago by
I was in process of putting together a simple test case. I will research withGlobal and verify that it should have been used or provide a test case if I think it is not invalid. Thanks
You'll need to attach a test case using the "attach file" button. It should be as small as possible to still reproduce the problem, ideally a single HTML file.