-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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]: UI Mode snapshot sometimes displays double #33940
Comments
Does it reproduce in trace viewer? If so, can you attach trace file? |
Good point. trace.zip. It does reproduce in the hosted version of Trace Viewer. It occurs on both Chrome and Firefox. |
The current page at https://github.com has a <canvas class="lp-IntroVisuals-canvas" data-engine="three.js r148" width="1000" height="950" style="width: 1000px; height: 950px; opacity: 1; transform: scale(1);"></canvas> Removing this element from the snapshot fixes the issue, which suggests snapshots are not actually capturing the contents of a canvas element at a given position, but rather the entire contents of the page in that bounding box. Additionally, the scaling must be slightly incorrect (non-deterministically?) to cause the doubled vision. |
Add a checkbox to Trace Viewer to opt into canvas display. |
Version
1.49.1
Steps to reproduce
Expected behavior
The snapshot display should be clean.
Actual behavior
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: