click on a node previous one don't close

Bug #750787 reported by eric descoteaux
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
AuthPuppy
Confirmed
Undecided
Unassigned
Ap-node-extra-plugin
Confirmed
Undecided
Unassigned

Bug Description

when we click on a node, on the map, and reclick on an other node the first one stay open under authpuppy
on wifidog the previous node use to close as soon as we click on a new one

gbastien (gbastien02)
Changed in authpuppy:
status: New → Confirmed
Revision history for this message
Robin Jones (robin-networkfusion) wrote :

something like

this.openwindow = function(i) {
     if (infowindows[i] != null) {
             for ( var n in this.nodes )
             {
               marker[n].infowindow.close();
              }
               infowindows[i].open(this.map, markers[i]);
      }
}

code hasn't been tested though...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.