Summary: | [GTK] Allow automatically pausing the previously playing video with sound when another one starts playing in a newly created tab / window | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jeff Fortin <nekohayo> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Enhancement | CC: | bugs-noreply, happypig971021, philn |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 245783 |
Description
Jeff Fortin
2023-07-14 13:40:11 PDT
change from safari to another app which is playing sounds, <audio> status on safari will be paused first and then be playiny, but can't play sounds on safari. This is puzzling. (In reply to Suhail from comment #1) > change from safari to another app which is playing sounds, <audio> status on > safari will be paused first and then be playiny, but can't play sounds on > safari. This is puzzling. This specific bug is not about Safari. The problem here is that a different tab means different webview, hence possibly different WebProcess. So this would be a significant effort, and I'm not even sure it would be much GStreamer-related, so I'll update the bug title. |