Bug Tracker

Opened 12 years ago

Closed 12 years ago

#8062 closed bug (invalid)

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.


<!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>

Change History (2)

comment:1 Changed 12 years ago by thiessenp

See Ticket #8052

comment:2 Changed 12 years ago by ajpiano

Resolution: invalid
Status: newclosed

Disregarding per OP's request in #8052

Note: See TracTickets for help on using tickets.