Bug 492

Summary: [Chameleon -Widget] MapSize is not an active widget parameter.
Product: Chameleon Reporter: Chris Thorne <cthorne@dmsolutions.ca>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description From 2004-07-04 16:24:00
Currently the MapSize is only taken from the mapfile, and not from the Map
widget, on load.

The MapSize widget parameter is currently inactive
------- Comment #1 From 2004-07-07 11:10:47 -------
this is likely a configuration error in the application template, the
MapDHTMLWidget has a parameter ALLOWRESIZE, which if it is set to FALSE then the
size in the mapfile is ignored and if set to TRUE then the size in the template
is ignored.  You need to determine which one is appropriate for your
application.  But even if you set ALLOWRESIZE to TRUE, the width and height
parameters are mandatory (even though they are essentially ignored).

I suggest that if this is important, a new enhancement bug be opened to modify
the behaviour of the MapDHTMLWidget, or possibly to enhance how widget
parameters are marked as mandatory/optional to allow for parameters to be
mandatory/optional depending on the value of another parameter.