-
-
Notifications
You must be signed in to change notification settings - Fork 788
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
Latest main (Typescript) has some regressions in Firefox #305
Comments
I just wanted to test https://github.com/maplibre/maplibre-gl-compare with typescript and also encountered error messages in the console in Firefox. In Chrome everything is fine. You can check it fine version here https://astridx.github.io/maplibreexamples/plugins/maplibre-gl-compare-swipe-between-maps.html with the header:
You can check it here https://astridx.github.io/maplibreexamples/plugins/maplibre-gl-compare-swipe-between-maps_.html with the header:
It looks like this: The error message is:
|
Interesting, I did some changes related to of screen canvas in the typescript branch which might cause this. |
Some more examples.
maplibre-gl@1.14.0-rc.1
maplibre-gl@1.14.0-rc.1 |
Thanks for this Astrid. I am wondering in general how much plugins access private implementation details. Was the practice that plugins use only the public API or were shortcuts tolerated? |
I don't think a plugin is the problem in this case. I see error messages here too - here is no plugin involved: maplibre-gl@2.0.0-pre.1: maplibre-gl@1.14.0-rc.1 is fine: I am relatively sure that I did not notice any such error message in the browser console during this test in the docs repo: #209 (comment) |
I see the error in the console but I don't get a white map like you do. |
* Fixes #305 - offscreencanvas error * Bump version to pre.2
Because we closed the issue so quickly yesterday, I would like to ask again just to be sure: The tests (regressions ) are now also ok for you @chippieTV in Firefox, right? I now have a different error message,: This is certainly related to the fact that I can no longer rebuild the tape.js.
Am I doing something wrong? Do someone else see this error too? UPDATE: |
Feel free to reopen, if Firefox console has some errors please share them. |
hi, tested with @astridx are you still getting errors with |
Only for the record: I have just re-installed everything and now
|
* Fixes #305 - offscreencanvas error * Bump version to pre.2
maplibre-gl-js version:
current main tagged as v2.0.0-pre.1
browser:
Firefox 91.0 MacOS 10.15.7 Catalina
node 14.17.5
npm 6.14.14
Steps to Trigger Behavior
If you run
npm run start-tests
and connect Firefox, 3 tests fail. They all pass in Chrome. I checked out1.15.2
and ran them, and Firefox passes. CI does not complain about this.failed query-tests/regressions/mapbox-gl-js#5172
failed query-tests/regressions/mapbox-gl-js#6075
failed query-tests/regressions/mapbox-gl-js#6555
NOTE: linked issues are to the original mapbox issues
The text was updated successfully, but these errors were encountered: