Skip to content
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

[Bug]: Vibrant BrowserWindow not responding to pointer events after opening DevTools #42382

Open
3 tasks done
TheCommieAxolotl opened this issue Jun 6, 2024 · 3 comments
Open
3 tasks done
Labels
31-x-y bug 🪲 component/WebContentsView has-repro-gist Issue can be reproduced with code at https://gist.github.com/ status/confirmed A maintainer reproduced the bug or agreed with the feature

Comments

@TheCommieAxolotl
Copy link

Preflight Checklist

Electron Version

31.0.0-beta.8

What operating system are you using?

macOS

Operating System Version

macOS Sonoma 14.3

What arch are you using?

arm64 (including Apple Silicon)

Last Known Working Electron version

30.0.0

Expected Behavior

When opening DevTools, both the app contents and DevTools continue to respond to pointer events.

Actual Behavior

In a BrowserWindow with vibrancy set to "sidebar":

When opening DevTools for the first time, both DevTools and the app stop responding to pointer events.
Upon then closing DevTools and reopening it, DevTools becomes responsive but the app stays unresponsive.

Note: The app continues to respond to other input such as Tab navigation.

Testcase Gist URL

https://gist.github.com/TheCommieAxolotl/3b91b79f80278e3e18f5d8c0e0456245

Additional Information

No response

@electron-issue-triage electron-issue-triage bot added 31-x-y has-repro-gist Issue can be reproduced with code at https://gist.github.com/ labels Jun 6, 2024
@TheCommieAxolotl
Copy link
Author

Possibly related/duplicate of #42336

@codebytere
Copy link
Member

@TheCommieAxolotl i'd also put my money on it being the same root cause as #42336 unfortunately - the vibrant view isn't being inserted at the right place in the Views hierarchy anymore as a result of #41326

@codebytere codebytere added status/confirmed A maintainer reproduced the bug or agreed with the feature component/WebContentsView labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
31-x-y bug 🪲 component/WebContentsView has-repro-gist Issue can be reproduced with code at https://gist.github.com/ status/confirmed A maintainer reproduced the bug or agreed with the feature
Projects
Status: 👍 Does Not Block Stable
Status: 👍 Does Not Block Stable
Development

No branches or pull requests

3 participants
@codebytere @TheCommieAxolotl and others