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 202077 - close button doesn't work in New Project and New File wizards
Summary: close button doesn't work in New Project and New File wizards
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 7.1
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: REGRESSION, THREAD
: 202064 (view as bug list)
Depends on:
Blocks: 81938 191951
  Show dependency tree
 
Reported: 2011-09-13 15:03 UTC by Stepan Zebra
Modified: 2011-11-28 15:43 UTC (History)
2 users (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 Stepan Zebra 2011-09-13 15:03:42 UTC
Product Version: NetBeans IDE Dev (Build 201109120600)
Java: 1.6.0_27; Java HotSpot(TM) Client VM 20.2-b06
System: Windows 7 version 6.1 running on x86; Cp1250; cs_CZ (nb)

Attempt to close the New Project wizard and the New File wizard by clicking on the standard upper right close button have no effect.

No effect also have Alt+F4 shortcut and selecting Close from pop-up menu which appears when the upper left window icon is clicked.

No other wizards or dialogs seems to be affected.
Comment 1 Stanislav Aubrecht 2011-09-14 12:02:08 UTC
looks related to #201817

jesse, can you investigate pls?
Comment 2 Jesse Glick 2011-09-20 13:12:31 UTC
Seems that code in WizardDescriptor to prevent window closing at certain times was assuming that the wizard was created in the EQ thread, which is no longer true for New Project/File wizards, and might never have been true for other wizards.
Comment 3 Jesse Glick 2011-09-20 13:14:06 UTC
core-main #87d44b2e3b26
Comment 4 Jesse Glick 2011-09-20 13:17:50 UTC
*** Bug 202064 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2011-09-21 08:11:40 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/87d44b2e3b26
User: Jesse Glick <jglick@netbeans.org>
Log: #202077: close button doesn't work in New Project and New File wizards
Comment 6 Stepan Zebra 2011-11-28 15:43:03 UTC
verified in 7.1 RC1 (201111242103)