Git Product home page Git Product logo

Comments (1)

justinmanley avatar justinmanley commented on September 22, 2024

After some testing and experiments, here's what I've concluded:

  • The problem is with instances of L.Rectangle, not L.Illustrate.Textbox, since the boxes get stuck before the draw:created event is fired (and thus before _fireCreatedEvent is called). L.Illustrate.Create.Textbox is designed so that drawing is done with instances of L.Rectangle, and an L.Illustrate.Textbox is not returned until drawing is complete, so this has to be an issue with L.Rectangle.
  • I observed that I sometimes also get this issue with instances of L.Rectangle drawn using L.Draw.Rectangle, which corroborates the hypothesis that the issue lies with L.Rectangle.
  • At the same time, the bug only appears when the L.Illustrate library is loaded and there is an instance of L.Illustrate.Toolbar added to the map. I couldn't get the bug to appear with L.draw alone. This suggests that this is a bug with L.Illustrate.

Questions

Why does this bug only manifest intermittently? It's not an issue with every textbox - just with some. It's seemingly random. Furthermore, this bug occurs at different rates in different environments (it seems to occur less frequently in the version 0.0.2 demo for L.Illustrate than it does for d34ffc706f, and it occurs less frequently with L.Draw.Rectangle than with L.Illustrate.Textbox).

from leaflet.illustrate.

Related Issues (20)

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.