BasicDragger.java Bug Fix by faa · Pull Request #6 · NASAWorldWind/WorldWindJava

Conversation

@faa

Hi,

I was working with Dzuy and Matt on this issue. The cursor was moving off of the ground symbols while dragging when zoomed in. I wrote up the fix for the ground symbols.

Thanks.

@mbudk

@mbudk mbudk mentioned this pull request

Sep 23, 2016

@zglueck

Thanks @faa for contributing your work in this pull request. We've conducted a comprehensive refactor of the BasicDragger to correct the behavior which is detailed in commit f67dee9. The new approach provides a Draggable interface which moves drag execution to the object itself. We've also provided utility methods which correct the behavior observed in the DraggableSupport class. All World Wind objects implementing Movable or Movable2 have also incorporated Draggable and the appropriate utility functions which correct the erroneous dragging behavior. Again, thanks for providing your approach and we hope the new interface serves you well.

@faa

@zglueck Thanks, I will pull down the latest code and try it out.

@pdavidc pdavidc added this to the v2.1.0 milestone

Dec 9, 2016

Labels