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 163191

Summary: [X] button works as OK not Cancel at cutomization dialog
Product: installer Reporter: Michael Nazarov <michaelnazarov>
Component: CodeAssignee: Yulia Novozhilova <ynov>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Michael Nazarov 2009-04-21 08:32:44 UTC
If one closes Customization dialog using window [X] button it works as OK not as Cancel
and such behavior is completely wrong.
Comment 1 dlipin 2009-04-21 10:20:45 UTC
it should be pretty simple fix. Yulia, please have a look (likely line 358 at NbCustomizeSelectionDialog.java).
Comment 2 Yulia Novozhilova 2009-04-21 15:51:08 UTC
Fixed:
http://hg.netbeans.org/main?cmd=changeset;node=a8b757888c5a
Comment 3 Quality Engineering 2009-04-22 08:42:53 UTC
Integrated into 'main-golden', will be available in build *200904220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a8b757888c5a
User: Yulia Novozhilova <ynov@netbeans.org>
Log: Issue #163191: [X] button works as OK not Cancel at cutomization dialog