Bug 519

Summary: [Chameleon-Helpwidget]No widgets help shown if all widgets location is not registered
Product: Chameleon Reporter: Normand Savard <nsavard@mapgears.com>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: 1.99 beta 4   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments: Template and application

Description From 2004-07-13 15:04:45
When a widget definition (or more)is not located in Chameleon base installation
and other widget definitions are located in Chameleon base installation, and
"CWCExecute" is not set to point to this specific location, none of the widgets
help is shown.

Expected result:  when a widget definition is found, help should be displayed.

Fedora Core 2
Chameleon 20040709
Mozilla 1.6

See attached.
---------------------
Information on the test settings:

I used the Hawaii application found on xcalibur and made a few modifications to it.

Modifications I made are:

1.  Created a new widgets directory called "widgets_norm" in the "hawaii"
application.

2.  Moved "HelpWidget" directory from the Chameleon base installation to
"hawaii" application under this new widgets directory.

3.  No parameter set in"index.phtml" file:
$oApp->CWCExecute();

4.  Added the following lines in the "hawaii_demo.html" template:

      <!-- ------------------ -->
      <!-- HELP AREA BEGINS -->
      <!-- ------------------ -->
<tr>
        <td valign="top">
          <CWC2 TYPE="HelpWidget" VISIBLE="TRUE" ENABLED="TRUE"
WIDGET="HelpWidget"/>
        </td>
        <td valign="top">
          <CWC2 TYPE="HelpWidget" VISIBLE="TRUE" ENABLED="TRUE" WIDGET="Extent"/>
        </td>

</tr>

5.  Load the "index.phtml".
------- Comment #1 From 2004-07-13 15:05:41 -------
Created an attachment (id=39) [details]
Template and application
------- Comment #2 From 2004-07-15 14:45:18 -------
Changed target to 1.99 RC 1.
------- Comment #3 From 2004-10-18 14:03:01 -------
I believe this has now been fixed as a result of bug 137.