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

Vertical lines/artifacts in Firefox #61

Open
Akodiat opened this issue Feb 7, 2024 · 3 comments
Open

Vertical lines/artifacts in Firefox #61

Akodiat opened this issue Feb 7, 2024 · 3 comments

Comments

@Akodiat
Copy link

Akodiat commented Feb 7, 2024

Some vertices appear to have a very incorrect height in the terrain, but this only seems to be an issue in Firefox, not Edge (I have not tried other browsers).

For example, see the example page: https://w3reality.github.io/three-geo/examples/geo-viewer/io/index.html?lat=46.5763&lng=7.9904
image

I am using Firefox 122.0 (64-bit) on Windows.

@ravirangan09
Copy link

ravirangan09 commented Feb 27, 2024

I had the same issue. Turns out it has got to do with spurious data in getImageData call due to fingerprinting checking.
See this bug opened a month ago
https://bugzilla.mozilla.org/show_bug.cgi?id=1876149
While the bug claims it is only in private browsing, it happens for all getImageData calls from mapbox because of strict tracking. Goto settings and change from strict to custom and uncheck suspected fingerprints, the problem disappears.
Here is the snippet from the last comment on the bug ....
Although not queryable, it is disable-able. A user can [disable Enhanced Tracking Protection](https://support.mozilla.org/en-US/kb/enhanced-tracking-protection-firefox-desktop#w_what-to-do-if-a-site-seems-broken) and that will disable the canvas noise. You could warn the user and provide instructions for how to handle it.
Not sure why firefox is not planning to fix it

@Akodiat
Copy link
Author

Akodiat commented Mar 25, 2024

Thank you @ravirangan09! I can confirm that the issue disappears when disabling tracking protection.

@j-devel j-devel pinned this issue Mar 25, 2024
@jwmke
Copy link
Contributor

jwmke commented Sep 10, 2024

Had the same issue with Brave browser. Turning off ad blocker fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants