Bug 942 - [Chameleon - Widget] Modify MapDHTML to allow widgets to supress submit on navigation
: [Chameleon - Widget] Modify MapDHTML to allow widgets to supress submit on na...
Status: RESOLVED FIXED
: Chameleon
Widget
: 2.0
: PC Linux
: P1 enhancement
: 2.2
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-01-27 13:35 by
Modified: 2005-05-25 14:33 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-01-27 13:35:34
As written, the MapDHTML widget automatically submits the page as the user
navigates.  Several widgets need to supress this behaviour in order to function
correctly, including the PanMap, Ruler, Query, MapNotes, MapTips and ROI
widgets.  In each case, a widget-specific exception is required in the MapDHTML
widget code.

Proposal is to add the ability for widgets to control page submission without
requiring changes to the MapDHTML widget.  I will add a new form variable,
NAV_SUBMIT, with a default value of "1".  For widgets (such as those listed
above) that do not want the page to be submitted by the MapDHTML widget, they
can set this form field to "0".
------- Comment #1 From 2005-01-27 13:36:28 -------
problem exists in 2.0, to be fixed in 2.1/2.2 version only (new feature).
------- Comment #2 From 2005-05-25 14:33:59 -------
This have been implemented.
Marking as FIXED then.