[Webkit-unassigned] [Bug 249949] New: onaudioprocess stops firing after alert() or confirm()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 29 15:36:36 PST 2022


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

            Bug ID: 249949
           Summary: onaudioprocess stops firing after alert() or confirm()
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Mac (Intel)
                OS: macOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: blahblah676 at gmail.com
                CC: cdumez at apple.com

If alert() or confirm() is called, onaudioprocess stops firing, even after the user has closed the alert dialog. Chrome and Firefox work fine.

To replicate, use:

https://mdn.github.io/webaudio-examples/script-processor-node/

and add an alert() or confirm() button to the code. Click the button, and the white noise should still be heard after the user closes the dialog box, but on Safari there is no audio at all, due to onaudioprocess not firing any more.

-- 
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/20221229/ea740d8b/attachment-0001.htm>


More information about the webkit-unassigned mailing list