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 257937 - Grunt's Manage Tasks window behaves oddly in case of not stored value in the form
Summary: Grunt's Manage Tasks window behaves oddly in case of not stored value in the ...
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Tools (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 09:07 UTC by Martin Fousek
Modified: 2016-02-16 08:31 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 Martin Fousek 2016-02-11 09:07:03 UTC
Product Version: NetBeans IDE Dev (Build 20160208-79af7b91a4bf)
Updates: Updates available to version NetBeans 7.4 Patch 3
Java: 1.8.0_05; Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Linux version 4.3.3-303.fc23.x86_64 running on amd64; UTF-8; en_US (nb)

I was writing the initial list of the shared tasks and found out one pretty annoying behavior. If I enter a task command without leaving focus of the form field and click to the next item in the list of tasks, the new task's command is override... follow these steps:
1, open grunt's Manage Task(s) window
2, create two sample tasks there
3, click on the first task and write something into "Task" field
4, without pressing TAB or clicking elsewhere click on the second task in the list
-> your second task's 'Task' value is replaced by the value from the previous form

Could it be somehow improved please? Thanks.
Comment 1 Tomas Mysik 2016-02-11 13:08:10 UTC
Should be fixed now, please verify. Thanks.

http://hg.netbeans.org/web-main/rev/134a9b8e8245
Comment 2 Quality Engineering 2016-02-12 02:37:09 UTC
Integrated into 'main-silver', will be available in build *201602120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/134a9b8e8245
User: Tomas Mysik <tmysik@netbeans.org>
Log: #257937 - Grunt's Manage Tasks window behaves oddly in case of not stored value in the form
Comment 3 Martin Fousek 2016-02-16 08:31:27 UTC
Thanks, that has helped a lot! Much more usable now.