-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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]: Content in dialog element cannot be masked #29878
Comments
I can repro. Investigation: The repro is using the We should investigate if we can put our stuff inside the top-layer as well using e.g. the Popover API. |
Reopening due to #30800. |
Why was this issue closed?Thank you for your contribution to our project. This issue has been closed due to its limited upvotes and recent activity, and insufficient feedback for us to effectively act upon. Our priority is to focus on bugs that reflect higher user engagement and have actionable feedback, to ensure our bug database stays manageable. Should you feel this closure was in error, please create a new issue and reference this one. We're open to revisiting it given increased support or additional clarity. Your understanding and cooperation are greatly appreciated. |
Version
1.42.1
Steps to reproduce
npm i && npx playwright test
tests\example.spec.ts-snapshots
Expected behavior
The content in the dialog should be masked
Actual behavior
The content in the dialog is not masked
Additional context
I'm running the tests only in chromium
Environment
The text was updated successfully, but these errors were encountered: