Skip to main content

Bug Tracker

Side navigation

#7350 closed bug (invalid)

Opened October 29, 2010 09:58AM UTC

Closed December 02, 2010 08:08AM UTC

Last modified March 10, 2012 06:23AM UTC

ie9 append bug

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

Appending a stylesheet fails in IE9:

$('head').append('<link rel="stylesheet" href="style.css" type="text/css" />')

Attachments (0)
Change History (3)

Changed October 31, 2010 01:00AM UTC by snover comment:1

owner: → anonymous
status: newpending

Please provide a link to a working testcase. Also, can you confirm this issue occurs in IE9 PP6, and does not occur in earlier versions of IE? Finally, is this a regression from 1.4.2?

Changed December 02, 2010 08:08AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Automatically closed due to 14 days of inactivity.

Changed August 01, 2011 08:17PM UTC by anonymous comment:3

SCRIPT65535: Ungültiges aufrufendes Objekt.

jquery-1.6.2.js, Zeile 5601 Zeichen 5

This error occurs, using 1.6-2.

jQuery('body').append('<div id="overlay"> </div>');