Opened 14 years ago
Closed 12 years ago
#3559 closed bug (worksforme)
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.
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfilled → core |
---|
comment:2 Changed 12 years ago by
Priority: | major → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Issue appears resolved; Thanks Mike for updating your test case with the resolution notes in the comments. :)
http://malsup.com/jquery/test/applet.html