This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70546

Summary: 'Project Folder' retains 'Project Name' prior to last deletion for NetBeans Plug-in Modules creation
Product: apisupport Reporter: nikos_kyprianou <nikos_kyprianou>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED FIXED    
Severity: blocker Keywords: SIMPLEFIX
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description nikos_kyprianou 2005-12-17 00:54:15 UTC
Steps to reproduce
1. Invoke 'New Project'
2. Select 'NetBeans Plug-in Modules'
3. Select 'Module Project' or 'Module Suite Project'
4. Select 'Next'
[ Focus is placed at the end of the suggested 'Project Name' ]

At this point if you use Backspace (or Delete) to delete the 'Project Name'
character by character, 'Project Folder' will still include the last character
to be deleted.

If the name is selected using the pointer device, and then deleted, 'Project
Folder' will contain the text prior to the deletion.

Functionality is not affected since 'Finish' is disabled.

Other projects do not seem to have this problem.
Comment 1 Milan Kubec 2005-12-19 10:06:55 UTC
Reassigning for evaluation.
Comment 2 Martin Krauskopf 2005-12-19 11:11:21 UTC
Yes, should behave the same way.
Comment 3 Martin Krauskopf 2006-02-22 12:18:30 UTC
Ehnanced.

ui/wizard/BasicInfoVisualPanel.java; 1.57 -> 1.58;
Comment 4 Martin Krauskopf 2006-02-22 12:32:19 UTC
Backported.

ui/wizard/BasicInfoVisualPanel.java; 1.52.2.4 -> 1.52.2.5;