WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
56732
Video is not requested if <object> data attribute is set dynamically
https://bugs.webkit.org/show_bug.cgi?id=56732
Summary
Video is not requested if <object> data attribute is set dynamically
Bhavya
Reported
2011-03-20 22:30:10 PDT
Created
attachment 86294
[details]
HTML page with video content Hi, I' m using Apple's Windows port of WebKit (version 534.5).I have installed the QuickTime plugin.I have written an HTML page which has been attached.The video is not requested.Only the QuickTime plugin icon is displayed. The video url is requested only if it is specified within the data attribute of the object tag as in : <object id="media" type="video/mp4" data="
http://localhost/media/video.mp4
" hspace="40" border="0" width="720" height="480"/> Opera,Firefox,Chrome render the video for the test page I have attached.But Winlauncher only shows the plugin icon.Nothing happens further. Thanks Bhavya
Attachments
HTML page with video content
(500 bytes, text/html)
2011-03-20 22:30 PDT
,
Bhavya
no flags
Details
Test case
(552 bytes, text/html)
2011-03-24 03:52 PDT
,
Andy Estes
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2011-03-24 03:51:46 PDT
Your test case points to a video hosted from localhost, making it difficult for others to reproduce this issue.
Andy Estes
Comment 2
2011-03-24 03:52:32 PDT
Created
attachment 86755
[details]
Test case Attaching a test case that points to a QuickTime movie hosted by Apple.
Andy Estes
Comment 3
2011-03-24 03:53:21 PDT
Confirmed. I can reproduce this in Safari 5.0.4 as well as the latest WebKit nightly build. So, not a regression, but still an issue.
Andy Estes
Comment 4
2011-03-24 03:54:25 PDT
<
rdar://problem/9180871
>
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