Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9983 closed bug (duplicate)

clone() of html5 video causes refesh in Safari 5.1

Reported by: brian@… Owned by: Rick Waldron
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

Change History (7)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledmanipulation
Milestone: None1.6.3
Owner: set to Rick Waldron
Status: newassigned

comment:2 Changed 12 years ago by Rick Waldron

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

comment:3 Changed 12 years ago by Rick Waldron

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/

comment:4 Changed 12 years ago by Rick Waldron

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

Last edited 12 years ago by Rick Waldron (previous) (diff)

comment:5 Changed 12 years ago by Rick Waldron

Resolution: duplicate
Status: reopenedclosed

comment:6 Changed 12 years ago by Rick Waldron

Duplicate of #9886.

comment:7 Changed 12 years ago by dmethvin

Milestone: 1.6.3
Note: See TracTickets for help on using tickets.