-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
MacOS when scrollwheel zooming while hovering on billboard #4440
Comments
Can someone with a mac see if they can reproduce this? I couldn't on my windows machine |
Can confirm that I get the same error on Firefox 48.0.2. RangeError: invalid array length updateFrustums@http://cesiumjs.org/Cesium/Source/Scene/Scene.js:1183:9 createPotentiallyVisibleSet@http://cesiumjs.org/Cesium/Source/Scene/Scene.js:1408:13 executeCommandsInViewport@http://cesiumjs.org/Cesium/Source/Scene/Scene.js:2101:9 updateAndExecuteCommands@http://cesiumjs.org/Cesium/Source/Scene/Scene.js:1968:17 render@http://cesiumjs.org/Cesium/Source/Scene/Scene.js:2398:9 Scene.prototype.render@http://cesiumjs.org/Cesium/Source/Scene/Scene.js:2436:13 CesiumWidget.prototype.render@http://cesiumjs.org/Cesium/Source/Widgets/CesiumWidget/CesiumWidget.js:683:13 render@http://cesiumjs.org/Cesium/Source/Widgets/CesiumWidget/CesiumWidget.js:72:25 |
A bit more information. I just had another go of re-creating the crash with a different Windows machine and had no luck. I tried a few other OS X machines (Sierra and El Capitan) and they all appeared to have the issue. To reliably recreate the issue:
|
Great, thanks for all of the information @smills2929! That will be really helpful when we go to look into this |
I can confirm that it does not require a billboard to be in the scene or to be the subject of the zoom. It also appears to be the exact same issue as this: It has the same error, and occurs only if you zoom while the viewer is still finishing initialising without panning. |
Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/QJz-ipNQpYU
The use reports seeing an
Invalid array length
error when using the mouse scroll wheel to zoom while the mouse is hovering over a billboard.The text was updated successfully, but these errors were encountered: