[Webkit-unassigned] [Bug 257523] New: audio player time remainder/spent are oscillating when CSS width has been specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 30 21:21:40 PDT 2023


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

            Bug ID: 257523
           Summary: audio player time remainder/spent are oscillating when
                    CSS width has been specified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
               URL: https://www.nyan.cat/index.php?cat=original
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: jer.noble at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 466541

  --> https://bugs.webkit.org/attachment.cgi?id=466541&action=review

testcase

1. With Safari Tech Preview 170
2. Go to data:text/html,<!doctype%20html><audio%20controls=""%20autoplay=""%20loop=""%20style="width:240px;"><source%20src="https://www.nyan.cat/music/original.mp3"></audio>
3. Click on the Play Button

Result: notice how the time spent and remaining is oscillating. 
This happens only when style is specified on the audio element.

<audio controls=""
       autoplay=""
       loop=""
       style="width:240px;">

Reported originally on https://github.com/webcompat/web-bugs/issues/122785

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230531/c4518395/attachment-0001.htm>


More information about the webkit-unassigned mailing list