Side navigation
#8062 closed bug (invalid)
Opened January 26, 2011 08:08AM UTC
Closed January 26, 2011 08:55AM UTC
1.5rc1 simply does not work in IE9
Reported by: | thiessenp | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Something as basic as the below throws an exception in IE. I could not even use JSFiddle with IE9.
Note: I tried with a HTML4 and HTML5 doc type.
-------- code pasted because JSFiddle wasn't possible-----
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01EN" "http:www.w3.org/TR/html4/strict.dtd">
<html>
<head></head>
<body>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5rc1.js"></script>
<script type="text/javascript">
var el = $('<p>how can this break IE9 - WTF?!</p>');
</script>
</body>
</html>
See Ticket #8052