-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When custom browser dock is in focuse, "Alt+Space" combination freezes BroadcastChannel communication on it #413
Comments
Noting here on Windows that Also interestingly of note, ALL OBS windows stop reacting to hover state changes during this freeze, including Windows title decorations. I suspect something in the Qt event or input processing. |
This is still occurring as of 30.2.0 beta4.
The Twitch.tv browser source rendering will now freeze. Audio still plays. |
Do you need to press (and release) |
Unsure what you mean by "does it happen in cefclient?". It's a single alt press. Then it freezes. Next alt press, it unfreezes. I've tested latest v29, v28 v27 - and the latest v30.2 beta and latest v30.1 All same behaviour. |
cefclient is the CEF client implementation example. I'm asking if it also experiences the same issue as a point of verifying if this occurs in CEF itself or if it's due to something in our implementation. |
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.
The text was updated successfully, but these errors were encountered: