RESOLVED FIXED 20599
REGRESSION: Important controls are missing from <video> element UI, when compared to QuickTime
https://bugs.webkit.org/show_bug.cgi?id=20599
Summary REGRESSION: Important controls are missing from <video> element UI, when comp...
Iván Garcia
Reported 2008-09-02 04:33:59 PDT
When I open a mp3, mp4 or mov file in Webkit (r36013, 1 Sept 08) quicktime plugin is in "Kiosk" mode, when I turned off in Quicktime Preference Pane. In this mode I can't download the file (I have QuickTime Pro), I can't change volume (only mute), and Behavior is very bad. Music keeps playing after 5 seconds I closed tab. A capture: http://img131.imageshack.us/img131/2313/imagen1tv6.png All this not happen in Standard Safari, mp3 load correctly. A capture: http://img399.imageshack.us/img399/5493/imagen2fa8.png This is not only with Seeqpod music. For example: http://movies.apple.com/movies/paramount/tropic_thunder/tropic_thunder-tlr1a_480p.mov Doesn't load correctly An interesting thing is that is file is embebed plugin loads ok. For example: http://www.midilifecrisis.com/MortillaDemoReelMacs.html Works perfectly while other file with the same format (m4v): http://content.mobuzz.tv/es/dosisdiaria/ipod/es_mag_20080724.m4v doesn't work. That's all
Attachments
Patch (10.87 KB, patch)
2013-06-14 15:45 PDT, Ruth Fong
no flags
Patch (13.28 KB, patch)
2013-06-14 16:17 PDT, Ruth Fong
no flags
Patch (13.28 KB, patch)
2013-06-14 16:26 PDT, Ruth Fong
no flags
Patch (19.58 KB, patch)
2013-06-17 11:30 PDT, Ruth Fong
no flags
Alexey Proskuryakov
Comment 1 2008-09-07 11:29:17 PDT
Giving this the full regression treatment (I haven't attempted to reproduce this though).
Alexey Proskuryakov
Comment 2 2008-10-31 12:43:52 PDT
Confirmed with r38032.
Alexey Proskuryakov
Comment 3 2008-10-31 12:48:33 PDT
Simon Fraser (smfr)
Comment 4 2009-05-14 20:39:52 PDT
The available controls are different because you're comparing the <video> element (which is used when you load a media file directly, via the MediaDocument), with the QuickTime plug-in. The <video> element controls do not have affordance for saving the movie. This is by design.
Ruth Fong
Comment 5 2013-06-14 15:45:34 PDT
Early Warning System Bot
Comment 6 2013-06-14 15:51:11 PDT
EFL EWS Bot
Comment 7 2013-06-14 15:54:00 PDT
Early Warning System Bot
Comment 8 2013-06-14 15:54:10 PDT
EFL EWS Bot
Comment 9 2013-06-14 16:00:49 PDT
Ruth Fong
Comment 10 2013-06-14 16:17:43 PDT
Ruth Fong
Comment 11 2013-06-14 16:26:13 PDT
EFL EWS Bot
Comment 12 2013-06-14 16:41:22 PDT
Eric Carlson
Comment 13 2013-06-17 09:01:38 PDT
Comment on attachment 204746 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=204746&action=review > Source/WebCore/page/ContextMenuController.cpp:258 > + // FIXME: Some day we should be able to do this from within WebCore. Please file a bug and reference it in the FIXME.
Ruth Fong
Comment 14 2013-06-17 11:30:17 PDT
Ruth Fong
Comment 15 2013-06-17 11:33:47 PDT
(In reply to comment #13) > (From update of attachment 204746 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=204746&action=review > > > Source/WebCore/page/ContextMenuController.cpp:258 > > + // FIXME: Some day we should be able to do this from within WebCore. > > Please file a bug and reference it in the FIXME. Bug 117709 now tracks this issue.
WebKit Commit Bot
Comment 16 2013-06-17 14:51:12 PDT
Comment on attachment 204843 [details] Patch Clearing flags on attachment: 204843 Committed r151656: <http://trac.webkit.org/changeset/151656>
WebKit Commit Bot
Comment 17 2013-06-17 14:51:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.