[Webkit-unassigned] [Bug 81518] New: HTML5 audio elements always display "Loading..." when preload set to none

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 09:22:41 PDT 2012


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

           Summary: HTML5 audio elements always display "Loading..." when
                    preload set to none
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zylogz80 at me.com


Description:
Webkit (and thus Safari) always display "Loading..." in the audio controls when using HTML5 <audio> tags and preload is set to none. On Webkit and Safari the controls will display "Loading..." forever even though nothing is loading. On Chrome, Firefox, Internet Explorer, and Mobile Safari on iOS the controls are displayed with no "Loading..." message. On Safari and the Webkit nightly however it always displays "Loading..."

Tested on:
Safari Version 5.1.4 (7534.54.16)
Webkit r111148 19 March 2012

Observed behavior:
"Loading..." displayed forever on audio controls when using preload="none"

Expected behavior:
No "Loading..." message when preload="none"

How Reproducible:
100%, just use some code like this:

<audio preload="none" autobuffer="" controls type="audio/mp3" src="somesong.mp3"/>

Reproducer:
http://linkedlistcorruption.com/music/test.html

-- 
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