Bug 520

Summary: [Chameleon-HelpWidget]If a widget doesn't exist a warning message should pop up
Product: Chameleon Reporter: Normand Savard <nsavard@mapgears.com>
Component: WidgetAssignee: William Bronsema <wbronsema@dmsolutions.ca>
Status: CLOSED FIXED    
Severity: normal CC: chameleon-dev@lists.maptools.org
Priority: P2    
Version: 1.99   
Target Milestone: 1.99 beta 3   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2004-07-13 15:12:46
If the "WIDGET" attribute  is set to a non existant widget name in the
"HelpWidget" widget, a warning message should pop up e.g.:

 "<CWC2 TYPE="HelpWidget" VISIBLE="TRUE" ENABLED="TRUE" WIDGET="nonexistant"/>"

Fedora Core 2
Mozilla 1.6
Chameleon 20040709
------- Comment #1 From 2004-07-15 14:45:50 -------
Changed target to 1.99 beta 3.
------- Comment #2 From 2004-10-13 22:08:26 -------
Fixed in CVS.  Error is now logged in the session if the help file is not
found.
------- Comment #3 From 2004-10-26 08:24:22 -------
verified on windows ie6. firefox 1.0pre
good widget:
help: <cwc2 type="EmbeddedHelp" widget="Cursorpos" />
bad widget:
help: <cwc2 type="EmbeddedHelp" widget="Cursrpos" />
-> the error report popup displays the following message
   "[Cursrpos] - No help available for this widget."
------- Comment #4 From 2004-10-27 12:17:07 -------
Tested on Fedora Core.