Side navigation
#3559 closed bug (worksforme)
Opened October 31, 2008 07:01PM UTC
Closed October 29, 2010 03:40AM UTC
IE: Cloning an element that contains an applet: Error: Object doesn't support this property or method
Reported by: | malsup | Owned by: | flesler |
---|---|---|---|
Priority: | low | Milestone: | 1.3 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Demo page here:
http://malsup.com/jquery/test/applet.html
The error occurs in jQuery's clone method when it tries to access the innerHTML property of a temporary container. If the container contains an applet, then accessing innerHTML throws an exception in IE. I'm currently using a try/catch around the innerHTML access (line 292 in jQuery 1.2.6) to work around the problem.
Attachments (0)
Change History (2)
Changed October 14, 2009 12:02AM UTC by comment:1
component: | unfilled → core |
---|
Changed October 29, 2010 03:40AM UTC by comment:2
priority: | major → low |
---|---|
resolution: | → worksforme |
status: | new → closed |
Issue appears resolved; Thanks Mike for updating your test case with the resolution notes in the comments. :)