Opened 12 years ago
Closed 11 years ago
#8897 closed defect (invalid)
Dojox Grid doesn't work in IE7 when it placed in iframe from top document
Reported by: | coldwind | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Dojox Grid sometimes uses document.createElement instead of dojo.doc.createElement. It results in errors in IE7. After replacing all "document.createElement" to "dojo.doc.createElement" it works fine.
This problem appears when some script from top frame creates grid in iframe with dojo.withDoc().
Change History (2)
comment:1 Changed 12 years ago by
Priority: | high → normal |
---|
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Unable to duplicate without a test case. Please reopen and attach a test.
Note: See
TracTickets for help on using
tickets.
Can you attach a test case?