-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
[dialog] Tab crashes with STATUS_ACCESS_VIOLATION
when dialog is opened and container query hides sidebar
#1224
Comments
It's caused by our (old) scroll lock, we revamped it in #1159 which fixes the issue when I paste it into |
That's great to hear. Purely out of interest, what does it do that results in this error, since it seems to require some very specific circumstances (e.g. why does it only crash when there is an SVG there)? |
I'm not sure exactly, I just had a feeling it was that. The previous lock adds I guess the container query on the Also for what it's worth, anchored popups might be positioned wrong when the |
Closing the issue as it was fixed internally. Expect a release soon. |
Bug report
Current behavior
I am facing an issue where whenever I reduce the viewport to the point where a container query triggers to hide a sidebar with some specific classes and content while a Base UI dialog is open, the browser crashes with the error
STATUS_ACCESS_VIOLATION
in any Chromium based browser.Recording.2024-12-24.110542.mp4
Expected behavior
The browser does not crash.
Reproducible example
A repository with a minimal reproduction of the issue: https://github.com/Studio384/base-dialog-crash
Base UI version
v1.0.0-alpha.4
Which browser are you using?
Any Chromium-based browser appears to have this issue. Tested on Edge and Chrome 131 on Windows and Qutebrowser 122 on Arch Linux.
Which OS are you using?
Windows 11 24H2, Arch Linux
Which assistive tech are you using (if applicable)?
N/a
Additional context
The text was updated successfully, but these errors were encountered: