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 44397 - New Project wizard: The back button shouldn't change selection
Summary: New Project wizard: The back button shouldn't change selection
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks: 41535
  Show dependency tree
 
Reported: 2004-06-07 08:16 UTC by jrojcek
Modified: 2006-03-24 09:42 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 jrojcek 2004-06-07 08:16:00 UTC
Select J2SE Application project, click Next and then click Back in 
the next panel. The J2SE Application isn't selected and the user 
can't click the Next button again.

Clicking the Back button shouldn't change the selection in the 
first panel.
Comment 1 Jesse Glick 2004-06-07 18:20:35 UTC
Sorry, really in projectui.
Comment 2 Jiri Rechtacek 2004-06-10 10:24:10 UTC
fixed in src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/TemplateChooserPanelGUI.java,v
 <--  TemplateChooserPanelGUI.java
new revision: 1.16; previous revision: 1.15
done
Checking in src/org/netbeans/modules/project/ui/TemplatesPanel.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/TemplatesPanel.java,v
 <--  TemplatesPanel.java
new revision: 1.7; previous revision: 1.6
done
Checking in src/org/netbeans/modules/project/ui/TemplatesPanelGUI.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.java,v
 <--  TemplatesPanelGUI.java
new revision: 1.15; previous revision: 1.14
done
Comment 3 jrojcek 2004-06-16 10:01:53 UTC
Still happens in today's trunk build.
Comment 4 Jiri Rechtacek 2004-06-17 11:26:37 UTC
fixed again in src/org/netbeans/modules/project/ui/TemplatesPanelGUI.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/TemplatesPanelGUI.java,v
 <--  TemplatesPanelGUI.java
new revision: 1.19; previous revision: 1.18
done
Comment 5 Marian Mirilovic 2005-07-15 07:55:44 UTC
closed