Bug 32760 - A4.12: Package name is not shown in the wizard
Summary: A4.12: Package name is not shown in the wizard
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2003-02-24 14:11 EST by Dorian Birsan CLA
Modified: 2003-03-05 13:14 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dorian Birsan CLA 2003-02-24 14:11:37 EST
RC1, windows 2000

When the class dialog is launched, the package name com.example.xys si not 
shown in the entry field.
Also, no class name is shown either.
Comment 1 Dorian Birsan CLA 2003-02-24 15:09:53 EST
RC1, windows 2000

I cannot change the labelAttribute to 'name'.
After I enter name and switch to another properties cell the name gets cleared.
Comment 2 Dorian Birsan CLA 2003-02-24 15:10:37 EST
Please ignore the lat message. I meant to open another bug.
Comment 3 Dorian Birsan CLA 2003-02-24 15:12:12 EST
Correcting the title...
Comment 4 Konrad Kolosowski CLA 2003-02-24 15:13:08 EST
On AIX, the package is initially empty and the error appears at the top of the 
dialog.  According to the test case, the package should have been primed 
with "com.example.xyz".
Comment 5 Wassim Melhem CLA 2003-03-03 11:52:05 EST
Dejan,
When Platform UI took over the schemas, the "class" attribute for <action> in 
the actionSets extension was made optional.  So when the user creates an 
<action> in the gui pages, PDE no longer assigns a default class name to 
the "class" attribute, as it is now optional.  Therefore, when you launch the 
new attribute class wizard, the package field is not primed with anything, and 
no class name is shown.
Please modify the test case to reflect the new behavior.
Comment 6 Dejan Glozic CLA 2003-03-05 13:14:14 EST
True - class is now optional. I changed the script to stop implying that some 
values will be preset.