Unity-Technologies / furioos-sdk-js

Furioos SDK for JavaScript
30 stars 14 forks source link

Mouse event is not fired outside an iframe #33

Closed milesbr0 closed 3 years ago

milesbr0 commented 3 years ago

When a user starts to drag mouse, releases it outside of the iframe, then moves the cursor back in the iframe the mouse event will be stuck on mousedown. This is a really annoying bug as in our application user can rotate objects via mouse drag. Weirdly, this bug does not occour on a Firefox browser and/or in the official furioos demos.

K-MICK commented 3 years ago

Hello,

The bug is fixed on our test server and will be pushed soon to production.

Regards

peettee commented 3 years ago

I have the same issue. Was this fixed already?

K-MICK commented 3 years ago

Hello

An update will be push next week to fix the sticky key, mouse issue

milesbr0 commented 3 years ago

Was this update pushed? The issue is still present on our side