Bug 255

Summary: [Chameleon]Widget type does not always follow case sensivite rule
Product: Chameleon Reporter: Normand Savard <nsavard@mapgears.com>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: CLOSED WONTFIX    
Severity: normal    
Priority: P2    
Version: 1.1   
Target Milestone: 1.99 beta 2   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2004-02-26 15:06:38
Widget type does not always follow case sensivite rule

Some widgets type are written by following case insensitive rule.  Actually
Chameleon is not supporting widget type case insentive rule.

As an example, the actual Chameleon sample found on Maptools contains a non
conformed widget type for the scalebar.  The scalebar appears as follow:

<td align="center"><cwc2 type="SCALEBAR" units="MILES" visible="true"
width="250" height="3"/></td>       

"SCALEBAR" must be "Scalebar" for the tag to be correctly translated.
------- Comment #1 From 2004-04-05 16:21:39 -------
only on platforms that treat filenames case-sensitively :)  But this is now a
'feature' of Chameleon.  As discussed in other bugs, attribute values are not
expected to be case-insensitive.
------- Comment #2 From 2004-06-23 20:34:19 -------
verified by other bugs and beta 2 2004-06-20
------- Comment #3 From 2004-06-24 10:08:27 -------
closing bug