Bug 56732

Summary: Video is not requested if <object> data attribute is set dynamically
Product: WebKit Reporter: Bhavya <bhavyagm09>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Critical CC: aestes, ap
Priority: P2 Keywords: HasReduction, InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
HTML page with video content
none
Test case none

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
Test case (552 bytes, text/html)
2011-03-24 03:52 PDT, Andy Estes
no flags
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
Note You need to log in before you can comment on or make changes to this bug.