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 100702 - Cancel of Validation Warning dialog by Escape should cancel installation
Summary: Cancel of Validation Warning dialog by Escape should cancel installation
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 22:50 UTC by Marian Mirilovic
Modified: 2007-04-30 09:27 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 Marian Mirilovic 2007-04-11 22:50:23 UTC
before-merge-III build, JDK 1.5.0_11

Steps to reproduce:
- run IDE
- open plugin-manager
- select Downloaded tab
- push Add plugins ... button
- select some nbm file and push Open
- push Install
-> Validation Warning dialog rises
- press Esc (should be the same as push Cancel button)
-> installation continues and plugin is installed successfully
Comment 1 Jiri Rechtacek 2007-04-19 14:07:28 UTC
Checking in ValidationWarningPanel.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.java,v
 <--  ValidationWarningPanel.java
new revision: 1.3; previous revision: 1.2
done
Checking in InstallStep.java;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/wizards/InstallStep.java,v
 <--  InstallStep.java
new revision: 1.4; previous revision: 1.3
done
Checking in ValidationWarningPanel.form;
/shared/data/ccvs/repository/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/wizards/ValidationWarningPanel.form,v
 <--  ValidationWarningPanel.form
new revision: 1.3; previous revision: 1.2
done
Comment 2 Marian Mirilovic 2007-04-30 09:27:26 UTC
verified in M9