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

Bug 19458

Summary: [Navigator] Copy Project dialog UI problems
Product: [Eclipse Project] Platform Reporter: Chris McLaren <csmclaren>
Component: UIAssignee: Knut Radloff <knut_radloff>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 RC1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Chris McLaren CLA 2002-06-06 00:41:05 EDT
clean f2:

create a single project, say 'test'.
copy, paste.
on the 'copy project' dialog:

1. with use default location checked, i should still be able to select to view 
or copy the default location from the edit box below. 

2. if i uncheck the default location checkbox, the default location should 
remain in the edit box (it should not clear it). perhaps i want to choose a 
path close to the default location.

3. choose the project name to be 'test'. 
notice that a static text validation error appears on the dialog. this is in 
red text. it should be black text, and include the standard on-the-fly 
validation small error icon.
Comment 1 Knut Radloff CLA 2003-02-14 12:50:51 EST
1. Disabling the entry field when the check box is checked is consistent with 
other, similar UI (see launch config dialog arguments page). Made the dialog 
resizable to allow the entire text to be viewed.

2. Default path is now left intact when unchecking the check box.

3. Changed the dialog to subclass from SelectionStatusDialog. This ensures 
consistent message display.

Fixed in >20030214