[Chameleon-dev] [Bug 1452] New: RemoveLayer widget does not reset NAV_CMD

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu May 4 03:56:30 EDT 2006


http://bugzilla.maptools.org/show_bug.cgi?id=1452

           Summary: RemoveLayer widget does not reset NAV_CMD
           Product: Chameleon
           Version: 2.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: bartvde at xs4all.nl


The RemoveLayer widget does not reset the NAV_CMD, so after using this widget
the map can start zooming in if the zoom in tool is the active nav tool.

Fix is:

    with({$this->mszHTMLForm})
    {
       // reset the NAV_CMD
       {$this->mszHTMLForm}.NAV_CMD.value = "";
       REMOVE_LAYER{$nId}.value = "1";
       submit();
    }

This needs to be done in both the 2.4 branch and CVS head.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list