Skip to main content

Bug Tracker

Side navigation

#9983 closed bug (duplicate)

Opened August 05, 2011 12:37AM UTC

Closed August 05, 2011 01:01AM UTC

Last modified August 26, 2011 01:58AM UTC

clone() of html5 video causes refesh in Safari 5.1

Reported by: brian@black-tooth.com Owned by: rwaldron
Priority: low Milestone:
Component: manipulation Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

When attempting to clone an instance of videoJS and custom player controls the page is refreshed when using Safari 5.1. Other browsers does not produce this effect.

Example here:

http://black-tooth.com/sites/lion-video-test/test3.html

Attachments (0)
Change History (7)

Changed August 05, 2011 12:46AM UTC by rwaldron comment:1

component: unfiledmanipulation
milestone: None1.6.3
owner: → rwaldron
status: newassigned

Changed August 05, 2011 12:50AM UTC by rwaldron comment:2

That's not actually a page refresh, that's how Safari handles a crash.

Changed August 05, 2011 12:57AM UTC by rwaldron comment:3

priority: undecidedlow
resolution: → worksforme
status: assignedclosed

Or not... I'd seen behaviour like that before. Anyway, this is not an issue with jQuery. I'd suggest looking through that mess in video.js

http://jsfiddle.net/rwaldron/wgGq8/

Changed August 05, 2011 01:00AM UTC by rwaldron comment:4

_comment0: For kicks, I went back and had another look, just in case - turns out I was right, if you hit clone let it reload, hit it again and repeat this... you will see the error recovery message. The problem seems to stem from cloning elements that have a video INSIDE them, not the video itself.1312506078660819
resolution: worksforme
status: closedreopened

For kicks, I went back and had another look, just in case - turns out I was right, if you hit clone let it reload, hit it again and repeat this... you will see the error recovery message. The problem seems to stem from cloning elements that have a video INSIDE them, not the video itself. Seems to be an issue with domManip

Changed August 05, 2011 01:01AM UTC by rwaldron comment:5

resolution: → duplicate
status: reopenedclosed

Changed August 05, 2011 01:01AM UTC by rwaldron comment:6

Duplicate of #9886.

Changed August 26, 2011 01:58AM UTC by dmethvin comment:7

milestone: 1.6.3