Skip to content
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

orbit_controls.dart is broken due to browser changes #199

Open
muth02446 opened this issue Aug 7, 2015 · 2 comments
Open

orbit_controls.dart is broken due to browser changes #199

muth02446 opened this issue Aug 7, 2015 · 2 comments

Comments

@muth02446
Copy link

  • using the mouse-wheel fails inside dartium
    a field name has changed
    wheelDeltaY => deltaY

  • when transpiling to JS and running in chrome 44 another failure occurs when using the mouse:

    Uncaught TypeError: $event.get$clientX is not a function

    which I have not been able to track down yet

@muth02446
Copy link
Author

Possibly relevant for the second problem:

dart-lang/sdk#15216

@muth02446
Copy link
Author

the second problem can be fixed by rewriting
clientX => client.x

DerKorb added a commit to DerKorb/three.dart that referenced this issue Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant