Skip to main content

Bug Tracker

Side navigation

#13881 closed bug (notabug)

Opened May 10, 2013 02:27PM UTC

Closed May 10, 2013 02:35PM UTC

IE10 SCRIPT5022: Caught exception occurred : SyntaxError

Reported by: zigana_m16@windowslive.com 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.

[[Image(http://img198.imageshack.us/img198/7448/jquery191erroronie10.PNG)]]

Attachments (0)
Change History (1)

Changed May 10, 2013 02:35PM UTC by dmethvin comment:1

resolution: → notabug
status: newclosed

Don't break on **caught** exceptions. We caught it because we expected it.