[Webkit-unassigned] [Bug 44010] Video: preload="none" causes "=?UTF-8?Q?loading=E2=80=A6?=" to display until play clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 15 11:56:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44010


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.carlson at apple.com




--- Comment #1 from Eric Carlson <eric.carlson at apple.com>  2010-08-15 11:56:36 PST ---
(In reply to comment #0)
> Safari 5 / Nightly. Use of `preload="none"` on a video element causes QuickTime to state 
> "Loading…" without changing. You have to click play to begin.
> 
> You should instead show the first frame of the video file, or the poster image from the poster 
> attribute (this was the case in Safari 3 / 4).

The "Loading" message is clearly wrong, but Safari 5 does show the poster when at video element has a valid poster attribute adn `preload="none"`. Without a poster attribute you won't see the first frame, but I believe this is the correct behavior because it isn't possible to display the first frame without loading a movie's metadata, which is what `preload="metadata"` is for.

Having said that, `preload="metadata"` doesn't behave correctly in Safari - https://bugs.webkit.org/show_bug.cgi?id=43673

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list