Fix cursors not working as expected in nested interactive objects (#3704)
* Changed pointerout to pointerleave.

* Add comment about pointerleave event.

* Fixed cursor changes being mishandled.

Cursor changes should not be attempted if it just just the default
value.

* Fix #3689

* Make change from #3703

* Changed pointerout to pointerleave in tests.
1 parent 5b15f4f commit 2973473fd5f6412434a27737d29eea040a9082e3
@Andrew Start Andrew Start authored on 13 Feb 2017
Matt Karl committed on 13 Feb 2017
Showing 2 changed files
View
src/interaction/InteractionManager.js
View
test/interaction/InteractionManager.js