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 170169

Summary: Rake Dialog Erases Input when selecting Rake Task
Product: ruby Reporter: esmithbss <esmithbss>
Component: RakeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description esmithbss 2009-08-11 03:46:43 UTC
Due to the top-down nature of thinking and form processing, a user may naturally add any parameters to the top two data
entry fields of the Run/Debug Rake Task dialog.  Unfortunately, if a user enters anything into these fields, the fields
are erased when the user moves to the next item on the form which is to select the Rake Task to run.

The fields should either be resequenced or selection of a rake task should not erase the contents of the fields.
Comment 1 Erno Mononen 2009-08-21 12:49:06 UTC
Targetting 6.8, probably will move the parameters field below the task list. The params are stored for each task 
separately, that's why the input gets erased when changing the selected task.