WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
60952
LoadingVideo
REGRESSION: Inconsistent loading of video after source is changed
https://bugs.webkit.org/show_bug.cgi?id=60952
Summary
REGRESSION: Inconsistent loading of video after source is changed
Ezra Katz
Reported
2011-05-17 04:44:40 PDT
This example is a simple html 5 video player. When a link is clicked on the side the source elements of the video are changed and the load function of the video is called. This works fine in the latest version of Safari, but shows inconsistent behavior in Chrome and the Webkit Nightly. After a couple switches the video fails to load. Reproduce the bug by clicking the links and switching the video a few times.
Attachments
This is a test case for the bug described.
(2.21 KB, text/html)
2011-05-22 12:04 PDT
,
Ezra Katz
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Ezra Katz
Comment 1
2011-05-22 11:00:30 PDT
I investigated further, and the only issue seems to be when there are separate source elements. Changing the <video src> attribute directly results in the expected behavior.
Ezra Katz
Comment 2
2011-05-22 12:04:39 PDT
Created
attachment 94352
[details]
This is a test case for the bug described. I attached a simplified version of the bug. Click through the "Switch by Changing Source" buttons first to reproduce the bug. A live version is here:
http://zipinmedia.com/testCase.html
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug