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 32086

Summary: prevent any user actions during the module uninstall
Product: platform Reporter: David Konecny <dkonecny>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED WONTFIX    
Severity: blocker CC: issues, theatlie
Priority: P3 Keywords: THREAD, UI
Version: 3.x   
Hardware: All   
OS: All   
URL: http://www.netbeans.org/servlets/ReadMsg?msgId=482277&listName=nbdev
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 35753    

Description David Konecny 2003-03-18 13:23:27 UTC
(This issue might be valid also for module
install.) If user disabled some module(s) the
disabling itself is started on the background what
means that user can click some menu items and can
get exceptions because menu action is just being
removed.

It would be better to show some modal dialog
(progress dialog if possible) telling user that
disabling of modules is in progress and
disallowing them to do any operations in IDE for
that time.

From the discussion it looks that proper
implementation of this issue does not make any
sense before the IDE threading is solved. Add
dependencies accordingly please.
Comment 1 Jesse Glick 2008-02-24 21:23:11 UTC
6.0 Plugin Manager does not support live disabling anyway.