Code Monkey home page Code Monkey logo

Comments (5)

jamietre avatar jamietre commented on June 6, 2024

Reproduced - what's strange it only seems to happen when Louisiana is the first state selected! When I've tried with a few others, it's not happening.

Will take a look. I haven't forgotten about the other issue you emailed me either.

from imagemapster.

emmanuelrflores avatar emmanuelrflores commented on June 6, 2024

The order I select the states doesn't seem to matter. As soon as I deselect LA, it causes all others to deselect.

Glad you'll take a look at it. I think this is the only issue left for completing my project on the front end, so I look forward to the fix. :)

from imagemapster.

jamietre avatar jamietre commented on June 6, 2024

Here's the fix - find this function,should be around line 1609 (though I have made changes to my dev since the last commit). Remove the line with the "--" and replace with the line with the "++" to fix it.

I'll update the git repository as soon as I have had a chance to research the previous issue you mentioned.

 me.clear_selections = function (area_id) {
 -- if (area_id) 
 ++ if (area_id>=0) 

If this works for you let me know and I'll close this.

from imagemapster.

emmanuelrflores avatar emmanuelrflores commented on June 6, 2024

That did the trick. It worked immediately on my local tests, but when I tried it on the remote dev machine it gave me some issues. Turned out it was some weird caching, refresh problem (our set-up is less than optimal).

Anyways, it works and thank you very much.

from imagemapster.

jamietre avatar jamietre commented on June 6, 2024

Glad to hear it!

from imagemapster.

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.