xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Sliders don't work with xml3d camera.js #159

Closed Arsakes closed 8 years ago

Arsakes commented 8 years ago

The fact that camera.js (tool script that goes with git version of xml) attaches mousemove and mouseclick handlers to the document make it impossible to use sliders (<input type="range">).

csvurt commented 8 years ago

Yeah it looks like a check was lost in a merge conflict, these events are being stopped when they shouldn't be. I'll take a look today and see if I can improve the event logic a bit, I think this is the second time we've had a problem with these things...