augmentmy-world / arStudio

A innovative Web editor for Augmented Reality
https://webarstudio.tripod-digital.co.nz
MIT License
53 stars 34 forks source link

Errors while closing the player tab #12

Closed kalwalt closed 4 years ago

kalwalt commented 4 years ago

I receive in the console this error while closing the video with the stop button and switching from player tab to scene:

arcontroller.component.js?version=0.64:207 Uncaught TypeError: Cannot read property 'clientWidth' of undefined

and also:

timeline.js?version=0.64:376 Uncaught TypeError: Cannot read property 'duration' of null
    at Timeline.updateTimelineData (timeline.js?version=0.64:376)
    at Timeline.onMouseWheel (timeline.js?version=0.64:1625)
kalwalt commented 4 years ago

The second error message happens also in webglstudio not only in arStudio!

kalwalt commented 4 years ago

The first message erro should be fixed with Pr #19, to be confirmed for the second one.

kalwalt commented 4 years ago

I think that we can close also this issue. it was solved with PR #28