Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
