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 comment:1
Changed August 25, 2008 09:17PM UTC by 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 comment:3
Also the same/related to http://dev.jquery.com/ticket/2845
Possibly related to this bug: http://dev.jquery.com/ticket/3142