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 202676 - Wizard has wrong title if called from popup
Summary: Wizard has wrong title if called from popup
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: REGRESSION, T9Y, TEST
Depends on:
Blocks:
 
Reported: 2011-09-26 14:04 UTC by Jiri Skrivanek
Modified: 2011-11-03 14:59 UTC (History)
1 user (show)

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 Jiri Skrivanek 2011-09-26 14:04:24 UTC
Wizard dialog has generic title "New File" instead of e.g. "New Java Class". It breaks our tests. To reproduce:

- create a new java project
- right-click project node and choose "New|Java Class"
- wizard has title "New File" instead of "New Java Class". If you click Back and Next, the tile is refreshed to correct one.

Product Version: NetBeans IDE Dev (Build 201109250601)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Jiri Skrivanek 2011-10-05 07:08:00 UTC
Increasing priority because it breaks many automated tests.
Comment 2 Stanislav Aubrecht 2011-10-05 09:27:13 UTC
core-main b22639c24c85
Comment 3 Quality Engineering 2011-10-06 13:51:56 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b22639c24c85
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #202676 - wrong wizard title when invoked from popup menu
Comment 4 Quality Engineering 2011-10-07 14:44:29 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b22639c24c85
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #202676 - wrong wizard title when invoked from popup menu
Comment 5 Jiri Skrivanek 2011-10-10 09:28:44 UTC
I found out it is still breaking our tests because it is not consistent. Try the following:

- open new project wizard
- choose "Java Web|Web Application"
- finish the wizard with default values
- open new file wizard
- choose "Web|JSP" and click Next
- title is "New JSP"
- click Back and Next
- title is "New JSP File"
- similarly "New JSF Page" vs. "New JSF File"

Product Version: NetBeans IDE Dev (Build 201110070600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 6 Stanislav Aubrecht 2011-10-10 13:12:44 UTC
core-main 1553a3045439
Comment 7 Quality Engineering 2011-10-11 14:17:10 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/1553a3045439
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #202676 - wrong wizard title when pressing back button and then next button
Comment 8 Jesse Glick 2011-11-01 19:51:04 UTC
Any particular reason I am on CC?
Comment 9 Stanislav Aubrecht 2011-11-03 14:59:00 UTC
(In reply to comment #8)
> Any particular reason I am on CC?

this is another part of fix for #202676 and you were the last one udpating TemplateWizard class. don't know who's the actual owner of that class/module now.