Bug 519 - [Chameleon-Helpwidget]No widgets help shown if all widgets location is not registered
: [Chameleon-Helpwidget]No widgets help shown if all widgets location is not re...
Status: RESOLVED FIXED
: Chameleon
Widget
: 1.99
: PC Linux
: P2 normal
: 1.99 beta 4
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-07-13 15:04 by
Modified: 2004-12-02 21:29 (History)


Attachments
Template and application (3.85 KB, application/x-gzip)
2004-07-13 15:05, Normand Savard
Details


Note

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


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.