-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Improve browser test shell #24236
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
Comments
brendandahl
added a commit
to brendandahl/emscripten
that referenced
this issue
May 1, 2025
In small windows the spinner, progress bar, and status text shift around causing the canvas below them to be at a different location from when the test starts. I've filed emscripten-core#24236 about better ways to fix this. For now, this seems like the smallest change.
brendandahl
added a commit
to brendandahl/emscripten
that referenced
this issue
May 2, 2025
In small windows the spinner, progress bar, and status text shift around causing the canvas below them to be at a different location from when the test starts. I've filed emscripten-core#24236 about better ways to fix this. For now, this seems like the smallest change.
brendandahl
added a commit
that referenced
this issue
May 2, 2025
In small windows the spinner, progress bar, and status text shift around causing the canvas below them to be at a different location from when the test starts. I've filed #24236 about better ways to fix this. For now, this seems like the smallest change.
Another option: Ensure that all DOM manipulation relating to these elements happens before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With small browser windows the spinner, progress bar, and status text shift around causing the canvas below them to be at a different location from when the test starts. Ideally these things wouldn't cause the layout shift around. This can be observed in
browser.test_sdl_mouse
when using a small window.Some options:
The text was updated successfully, but these errors were encountered: