Bug Tracker

Modify

Ticket #3559 (closed bug: worksforme)

Opened 5 years ago

Last modified 3 years ago

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

comment:1 Changed 4 years ago by dmethvin

  • Component changed from unfilled to core

comment:2 Changed 3 years ago by rwaldron

  • Priority changed from major to low
  • Status changed from new to closed
  • Resolution set to worksforme

Issue appears resolved; Thanks Mike for updating your test case with the resolution notes in the comments. :)

 http://malsup.com/jquery/test/applet.html

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.