Opened 10 years ago
Closed 10 years ago
#13881 closed bug (notabug)
IE10 SCRIPT5022: Caught exception occurred : SyntaxError
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
i created an empty page as:
<!DOCTYPE html> <html> <head> <title>jQuery Error</title> <script src="jquery.js" type="text/javascript"></script> </head> <body> </body> </html>
and started debugging with "break on all exceptions" in the Script menu of F12 window. When I refresh the page error occured in the line(4224):
// Opera 10-11 does not throw on post-comma invalid pseudos div.querySelectorAll("*,:x");
I browsed the same page with Firefox(20.0.1), Chrome(26.0.1410.64 m), IE8 and IE9 but there were no exception. It is only caught from IE 10.
Note: See
TracTickets for help on using
tickets.
Don't break on caught exceptions. We caught it because we expected it.