Side navigation
#14081 closed bug (duplicate)
Opened June 28, 2013 06:24PM UTC
Closed June 28, 2013 06:35PM UTC
1.10.1 giving erroneous "SCRIPT5: Access is denied" error in IE9 and IE10
Reported by: | rich@byu.net | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Original StackOverflow question: http://stackoverflow.com/questions/17370482/catching-cross-domain-errors-in-ie
Scenario: Page A on A.com that has an IFrame containing Page B on B.com. Page B uses jQuery 1.10.1 and does not need to communicate with Page A.
Regardless of this fact, in IE9 and IE10, jQuery generates a "SCRIPT5: Access is denied." error and seemingly refuses to execute any jQuery at all. I have no need of cross-domain communication, AJAX requests, etc., but I do need jQuery to load and execute without errors in Page B.
jsFiddle: http://jsfiddle.net/86q5k/4/
Using jQuery 1.10.0 (instead of 1.10.1) seems to resolve this issue: http://jsfiddle.net/86q5k/5/
Attachments (0)
Change History (1)
Changed June 28, 2013 06:35PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #13980.