[Webkit-unassigned] [Bug 236967] New: Unexpected stop playing an audio track on a website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 04:22:14 PST 2022


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

            Bug ID: 236967
           Summary: Unexpected stop playing an audio track on a website
           Product: WebKit
           Version: Safari 15
          Hardware: Mac (Intel)
                OS: macOS 12
            Status: NEW
          Severity: Major
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hiatal-tab-0t at icloud.com

If start play Audio on any website using JavaScript, for example:

    let el = document.querySelector(".player-controls__btn_play");
    var evObj = document.createEvent('Events');
    evObj.initEvent("click", true, false);
    el.dispatchEvent(evObj);

or

    document.querySelector(".player-controls__btn_play").click();


or using websites API


    externalAPI.togglePause();


playback stops after 20-80 seconds (media tab must be inactive).

-- 
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/20220221/49fccbb7/attachment-0001.htm>


More information about the webkit-unassigned mailing list