IE clobber fails with cross-domain frames
It seems that dojo._ie_clobber
tries to clobber all elements on the page. Some of the elements could be frames (or iframes). If the frame is showing content from a different domain attempt to access attribute results in security exception (IE doesn't allow cross-domain scripting). el["__clobberAttrs__"]
on line 37 in event/browser.js cause the exception.
The best solution would probably to catch exceptions when trying to clobber a DOM node and just move on if clobber caused an exception.
Change History (5)
Owner: |
changed from anonymous to alex
|
severity: |
major →
blocker
|
Milestone: |
0.4 →
0.4.1
|
severity: |
blocker →
major
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
this seems to already be fixed. Now that's my kind of bug = )