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 236273 - Add to category action does not open Tasks window if it is closed
Summary: Add to category action does not open Tasks window if it is closed
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 14:38 UTC by Jan Peska
Modified: 2015-05-13 02:54 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 Jan Peska 2013-09-23 14:38:29 UTC
This action should open the Tasks window to let users know about the new functionality.
Comment 1 ajeh 2013-11-06 18:03:34 UTC
Thic bug does not describe the issue correctly.

Add to category brings up a dialogue to select/add new category.
When a category is added to the (initially blank) list, it stays there for as long, as NetBeans is running.

Adding to the newly created category does indeed bring up Tasks window, but there will be no new item in there that we just added - the Tasks window will be empty in my case.

Once NetBeans is closed, the next attempt to add bug report to a category will bring up a dialogue with a blank category list again.

Software should be tested before released. This is sad.
Comment 2 Tomas Stupka 2013-11-08 09:54:17 UTC
> Thic bug does not describe the issue correctly.
this is about something else

> Add to category brings up a dialogue to select/add new category.
> When a category is added to the (initially blank) list, it stays there for as long, as NetBeans is running.
wat build do you use? could not reproduce in the last dev build. Perhaps already fixed. In case you are able to reproduce with the current development state, please file a separate issue
Comment 3 Tomas Stupka 2013-11-08 09:57:55 UTC
opening the TD window on every add to category seems to be a little bit too aggressive. 
Maybe it would be enough to check in DashboardTopComponent if never haven't been opened yet and open it only in such a case (or maybe only once per nb session).
Comment 4 Tomas Stupka 2015-05-12 17:25:32 UTC
fixed in jet-main #edc4b46e0719
Comment 5 Quality Engineering 2015-05-13 02:54:45 UTC
Integrated into 'main-silver', will be available in build *201505130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/edc4b46e0719
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #236273 - Add to category action does not open Tasks window if it is closed