Search and Top Navigation
#5350 closed bug (notabug)
Opened March 16, 2010 12:38AM UTC
Closed March 16, 2010 04:09AM UTC
Last modified October 11, 2012 09:15PM UTC
IE 8 Access Denied JavaScript Error and Bug Fix
Reported by: | davidrankin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.css-framework | Version: | 1.7.2 |
Keywords: | IE 8 Access Denied Error | Cc: | |
Blocked by: | Blocking: |
Description
When using JQuery UI with jquery-1.3.2.js as Windows Vista local desktop demo application on IE 8.0.60 an "Access Denied" script
error is displayed referencing line 3517. By enclosing the following line xhr.open(type, s.url, s.async); in a try catch block and swallowing the exception the script error is no longer displayed and the application works fine in both IE and Firefox.
xhr.open is part of jQuery core.