Skip to main content

Bug Tracker

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>

Attachments (0)
Change History (2)

Changed January 26, 2011 08:19AM UTC by thiessenp comment:1

See Ticket #8052

Changed January 26, 2011 08:55AM UTC by ajpiano comment:2

resolution: → invalid
status: newclosed

Disregarding per OP's request in #8052