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 - Rake Dialog Erases Input when selecting Rake Task
Summary: Rake Dialog Erases Input when selecting Rake Task
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 03:46 UTC by esmithbss
Modified: 2011-01-28 20:13 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 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.