Bug 14408 - Validation of some wizard pages is inconsistent.
Summary: Validation of some wizard pages is inconsistent.
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Wassim Melhem CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-23 10:25 EDT by Wassim Melhem CLA
Modified: 2002-05-21 10:07 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wassim Melhem CLA 2002-04-23 10:25:30 EDT
Build used: eclipse-SDK20020412-win32.zip

Here is how you can reproduce the defect:
1. Go to the 'Sample Action Set' page of the Hello,Wizard template wizard.
2. Delete all the characters in the 'Action Class Name' field.  You will see the
   error message (Template Option "Action Class Name" must be set), and the 
Finish button is disabled.  That is fine.
3. Append a character to either one of the other two text fields (e.g. the Java 
Package Name field).  You will see that the error message goes away and 
the 'Finish' button is now enabled, even though the 'Action Class Name' field 
is still empty.
Comment 1 Dejan Glozic CLA 2002-04-23 10:39:14 EDT
Please go through all the template pages and list those that exibit this 
problem.
Comment 2 Wassim Melhem CLA 2002-04-23 11:05:11 EDT
Other pages that exhibit this behavior are:
1. Sample MultiEditor page
2. Sample New Wizard page.
3. Sample View main page.

Another problem that I just noticed is with the New Plug-in Project Wizard 
pages:
1. On the first page, enter 'com.ibm.etools.xyz' as a project name and click 
Next.
2. On the second page all fields have pre-determined values based on what you 
entered on page 1.  Change the text in the Plug-in runtime library field from 
the pre-determined 'xyz.jar' to 'xyzabc.jar'.
3. Click Back.
4. Click Next.  You will see that the value that you changed has reverted back 
to 'xyz.jar'
Comment 3 Dejan Glozic CLA 2002-05-17 17:50:12 EDT
Wassim, take a look at this one (you opened it :-).
Comment 4 Wassim Melhem CLA 2002-05-21 10:07:34 EDT
Fix is in 20020521 build.