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 182101 - Cancel button in "Manage Devices" dialog doesn't work as expected
Summary: Cancel button in "Manage Devices" dialog doesn't work as expected
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 12:14 UTC by msmirnov
Modified: 2010-04-02 05:12 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 msmirnov 2010-03-16 12:14:07 UTC
If you change some value in "Manage Devices" dialog, e.g. HTTP Port and then press Cancel button your changes are saved as if you pressed OK button.
Comment 1 msmirnov 2010-03-16 12:20:01 UTC
Product Version: NetBeans IDE Dev (Build 201003140200)
Comment 2 _ tboudreau 2010-04-01 03:35:05 UTC
Actually the values were not saved to disk, but the dialog with modified values could be cached until a full garbage collection.

If non-null, it will now be reinitialized from the saved values.

Fixed in main/ 54b227758806
Comment 3 Quality Engineering 2010-04-02 05:12:04 UTC
Integrated into 'main-golden', will be available in build *201004020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/54b227758806
User: Tim Boudreau <tboudreau@netbeans.org>
Log: #182101 - cached dialog should not show previously modified values if previously shown and then cancelled