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 162822 - Deactivate category doesn't work for Installed (Basic View)
Summary: Deactivate category doesn't work for Installed (Basic View)
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 12:24 UTC by Marian Mirilovic
Modified: 2010-04-22 10:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Simplest solution: Don't show category actions when working with "features" (1.90 KB, patch)
2009-05-05 14:22 UTC, Jaroslav Tulach
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-04-16 12:24:31 UTC
NB Dev (20090416)

Welcome | Activate plugins | Installed tab
- select Identity
- invoke popup menu
- push "Deactivate category Features"
-> list shows just subset of all features
Comment 1 dlipin 2009-04-30 12:08:17 UTC
what behaviour do you expect?
Comment 2 Marian Mirilovic 2009-04-30 13:54:15 UTC
Hmm, removing Category column in Basic view should solve this issue as well.
Comment 3 Jaroslav Tulach 2009-05-04 09:17:37 UTC
I will prepare patch to remove the column and the actions from popup menu. 

This patch is likely clash with changes made in issue 163411, so I'd rather delay my work on it and wait for issue 
163411 to be integrated. Dmitry, can I expect issue 163411 be in on Monday, May 11? I'll be back from vacation then...
Comment 4 dlipin 2009-05-04 16:34:32 UTC
Jarda,

> Dmitry, can I expect issue 163411 be in on Monday, May 11?
It depends on whether everyone agrees that the proposed UI is fine - that is likely not the case for now since there 
are still some open questions.
Comment 5 Jaroslav Tulach 2009-05-05 14:22:03 UTC
Created attachment 81558 [details]
Simplest solution: Don't show category actions when working with "features"
Comment 6 dlipin 2009-05-08 13:00:29 UTC
The other issue is that in detail view when invoke popup menu on a singe item (not checked) then the Activate/
Deactivate items are disabled. After I check it then Activate/Deactivate becomes accessible in popup menu.

More over if I select 2 items (e.g. C++ and PHP) and invoke popup menu and choose "Activate" then both plugins are 
shown in the further activation dialogs (not the one that I invoked the menu on).
Comment 7 Jaroslav Tulach 2009-05-15 18:47:27 UTC
I've applied the above patch as ergonomics#f1f7a4c125b6 
As concerns the popup when no item selected or more items selected, I consider that lower priority issue (if issue at 
all) and I'd rather leave that for some subsequent releases. The fix could be to select (at least/just) one item 
before the popup menu is shown.
Comment 8 Quality Engineering 2009-05-16 08:55:28 UTC
Integrated into 'main-golden', will be available in build *200905160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f1f7a4c125b6
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #162822: Disabling the category actions in features mode when there is just one category
Comment 9 Marian Mirilovic 2010-04-22 10:34:41 UTC
v/c