Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 271007

Summary: Context-sensitive (F1) help missing from datapool windows
Product: z_Archived Reporter: Richard Butner <rbutner>
Component: TPTPAssignee: Paul Slauenwhite <paulslau>
Status: CLOSED FIXED QA Contact: Kathy Chan <kathy>
Severity: normal    
Priority: P2 CC: kathy, ppsilva
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: adopter
Bug Depends on: 257266    
Bug Blocks: 200586    
Attachments:
Description Flags
Example screenshot
none
Patch. none

Description Richard Butner CLA 2009-04-02 12:31:29 EDT
Created attachment 130723 [details]
Example screenshot

Build ID: 3.4.2.R342_v20090122

Steps To Reproduce:
1. Open a datapool for editing.
2. Click in a field to get focus.
3. Press F1.

This message is displayed: "The context help for this user interface element could not be found."

This happens on both pages ("tabs") of the Datapool Editor: Overview and Equivalence Class.


More information:
Comment 1 Kathy Chan CLA 2009-04-06 16:18:24 EDT
Paul,

This defect is requested by an adopter.  Please address for TPTP 4.6.
Comment 2 Paul Slauenwhite CLA 2009-04-08 07:57:32 EDT
Defect 257266 delivered the following required for this defect:

-New documentation written for the datapool editor and wizards.

-Added CSH to all secondary dialogs (e.g. new/edit variable/record and password dialogs) in the datapool editor.

Note, the CSH IDs are as follows:

Datapool Editor: org.eclipse.hyades.test.ui.dpld0001
New Datapool: org.eclipse.hyades.test.ui.dplw0001
Import CSV File as Datapool: org.eclipse.hyades.test.ui.dplw0002
Export Datapool as CSV File: org.eclipse.hyades.test.ui.dplw0003
Comment 3 Paul Slauenwhite CLA 2009-04-08 09:31:01 EDT
Created attachment 131278 [details]
Patch.
Comment 4 Paul Slauenwhite CLA 2009-04-08 09:31:14 EDT
The attached patch includes the following changes:

-Added context help for the following datapool editor CSH IDs:

Datapool Editor: org.eclipse.hyades.test.ui.dpld0001
New Datapool: org.eclipse.hyades.test.ui.dplw0001
Import CSV File as Datapool: org.eclipse.hyades.test.ui.dplw0002
Export Datapool as CSV File: org.eclipse.hyades.test.ui.dplw0003

Covered by existing test cases.  

The attached patched checked in to CVS (HEAD).
Comment 5 Paul Slauenwhite CLA 2009-04-08 09:47:07 EDT
Note, the CSH IDs are as follows:

New Datapool wizard: org.eclipse.hyades.test.ui.dplw0001
Import CSV File as Datapool wizard: org.eclipse.hyades.test.ui.dplw0002
Export Datapool as CSV File wizard: org.eclipse.hyades.test.ui.dplw0003
Datapool Editor (base dialog): org.eclipse.hyades.test.ui.dpld0001 
Datapool Editor (form): org.eclipse.hyades.test.ui.datf0001 
Datapool Editor (text form): org.eclipse.hyades.test.ui.datf0002 
Datapool Editor (name form): org.eclipse.hyades.test.ui.datf0003 
Datapool Editor (table form): org.eclipse.hyades.test.ui.datbf0001 
Datapool Editor (insert variable (column) action): org.eclipse.hyades.test.ui.ica0001
Datapool Editor (edit variable (column) action): org.eclipse.hyades.test.ui.eca0001 
Datapool Editor (delete variable (column) action): org.eclipse.hyades.test.ui.dca0001
Datapool Editor (insert record (row) action): org.eclipse.hyades.test.ui.ira0001
Datapool Editor (edit record (row) action): org.eclipse.hyades.test.ui.era0001
Datapool Editor (delete record (row) action): org.eclipse.hyades.test.ui.dra0001
Datapool Editor (copy action): org.eclipse.hyades.test.ui.cpya0001
Datapool Editor (cut action): org.eclipse.hyades.test.ui.cuta0001
Datapool Editor (paste action): org.eclipse.hyades.test.ui.psta0001

Comment 6 Richard Butner CLA 2009-05-28 09:35:33 EDT
Closing.