Giter Club home page Giter Club logo

Comments (2)

tpotter7 avatar tpotter7 commented on May 27, 2024

What is happening in this one is that the boxselector mouseDown is canceling event propagation at the end of mouseDown if they clicked inside the box. This causes pointselector mouseDown to not get called and therefore not setup pointselector functionality (setting up mouseUp handler and saving mouseDownPoint). But, if we don't cancel event propagation at the end of boxselector mouseDown, then the map move (mm.DragHandler) functionality gets setup in it's mouseDown. Later, when the box is dragged, the map is also dragged. But, we only want the box to be dragged! This is happening even though boxselector mouseMove is canceling event propagation. Yet, mm.DragHandler mouseMove is still being called. Don't know why this event propagation cancel is not working. The only difference that I see is that the mouseMove event handlers are on the document rather than on the map.parent or boxDiv. I wonder what would happen if we move mouse move to be on map.parent and boxDiv and just leave mouseUp to be on document? Seems like there is not much value in moving beyond the element of interest.

from wax.

tpotter7 avatar tpotter7 commented on May 27, 2024

In the meantime, I have created a bit of a hack (marked "HACK1" in the code) that seems to work around this problem. But, I'd like to figure out a more appropriate fix.

from wax.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.