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 - 'Project Folder' retains 'Project Name' prior to last deletion for NetBeans Plug-in Modules creation
Summary: 'Project Folder' retains 'Project Name' prior to last deletion for NetBeans P...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2005-12-17 00:54 UTC by nikos_kyprianou
Modified: 2006-02-22 12:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;