Description
Operating System Info
Windows 10
Other OS
No response
OBS Studio Version
29.0.2
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/dZfbyqtAbyc0JJki
OBS Studio Crash Log URL
No response
Expected Behavior
I have a custom browser dock that communicates with some browser sources using JS BroadcastChannel object.
I expect communication to continue all time, regardless of whether any program menus are open.
Current Behavior
When dock is in focuse, "alt+space" key combination will open a dropdown menu (what's expected) and also make the dock to stop receiving and sending messages through BroadcastChannel object.
Steps to Reproduce
-
Add a timer browser source to any scene (https://kravchenkoandrey.github.io/obs_tournament_web_overlay/timer)
-
Add a custom browser dock with a dashboard (https://kravchenkoandrey.github.io/obs_tournament_web_overlay/tournamentDashboard)
-
Set any time to the top text input (1) and click "play/pause" button
-
Timer in the browser source will start updating every second, until you click to any place on the dock and press "alt+space" combination
Anything else we should know?
The issue does not reproduce in the chrome browser. Therefore I think that this is OBS problem.