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 115964 - [60cat] File Type wizard UI field setup bug
Summary: [60cat] File Type wizard UI field setup bug
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2007-09-19 09:23 UTC by karmagfa
Modified: 2007-10-03 08:01 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 karmagfa 2007-09-19 09:23:27 UTC
Found in Netbeans6.0 beta1.

In the File Type wizard, in the first step of the wizard there is 2 fields "class name prefix" and "icon", both
originally empty.

When I fill the first one with "Abc", then I press the "< Back" button and then the "Next >" button, the icon field
takes the same string that the class name prefix, in my case "Abc". This is not what the user choosed so it should not
appear here, specially if he left it empty in the first place.

Side node: If I set the icon field to "Def" and I press back and then next, my "Def" it is replaced by "Abc", so this is
clearly a bug.
Comment 1 Jesse Glick 2007-09-19 20:06:19 UTC
Yup, a typo.

Checking in NameAndLocationPanel.java;
/shared/data/ccvs/repository/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/loader/NameAndLocationPanel.java,v
 <--  NameAndLocationPanel.java
new revision: 1.21; previous revision: 1.20
done
Comment 2 Jiri Kovalsky 2007-10-03 08:01:45 UTC
This bug was reported by NetCAT 6.0 participant.