Skip to main content

Bug Tracker

Side navigation

#3289 closed bug (duplicate)

Opened August 25, 2008 08:58PM UTC

Closed December 18, 2008 03:36PM UTC

Last modified March 14, 2012 09:11PM UTC

"Object doesn't support this property or method" clone problem in IE with sortable

Reported by: Jungers42 Owned by:
Priority: major Milestone: 1.3
Component: core Version: 1.2.6
Keywords: clone ie6 ie7 object embed flash Cc:
Blocked by: Blocking:
Description

We've got some sortable content on a page and we happen to try and embed a YouTube video in one div with the standard flash object / embed tags. This works fine on FireFox but throws an error in Internet Explorer (both IE6 and IE7). Specifically, as soon as the drag begins, you get the error message.

Attachments (0)
Change History (4)

Changed August 25, 2008 09:01PM UTC by Jungers42 comment:1

Possibly related to this bug: http://dev.jquery.com/ticket/3142

Changed August 25, 2008 09:17PM UTC by Jungers42 comment:2

Using the unpacked JQuery library, the error occurs on line 290 of clone:

return jQuery.clean([container.innerHTML])[0];

Changed August 29, 2008 09:05PM UTC by emartin24 comment:3

Also the same/related to http://dev.jquery.com/ticket/2845

Changed December 18, 2008 03:36PM UTC by john comment:4

resolution: → duplicate
status: newclosed

Duplicate of #2845.