Bug 2817 - Frysk GUI deletes user-entered custom observer filter and action arguments
Summary: Frysk GUI deletes user-entered custom observer filter and action arguments
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 3399
  Show dependency treegraph
 
Reported: 2006-06-22 13:51 UTC by Len DiMaggio
Modified: 2006-10-19 18:58 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Screenshot 1 (172.15 KB, image/png)
2006-06-22 13:54 UTC, Len DiMaggio
Details
Screenshot 2 (211.17 KB, image/png)
2006-06-22 13:57 UTC, Len DiMaggio
Details
Screenshot3 (210.65 KB, image/png)
2006-06-22 13:57 UTC, Len DiMaggio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Len DiMaggio 2006-06-22 13:51:01 UTC
Frysk GUI deletes user-entered custom observer filter and action arguments

In the Frysk gui as built from CVS head on 20060622, navigating the gui deletes
custom observer action and filter arguments.

To recreate:

1) Create a new custom observer.
2) Enter values for filter and action arguments (see attachment 1 [details]).
3) Select OK to return to Observer menu.
4) Edit newly created Observer - note that action arguments are deleted (see
attachment 2 [details]).
5) Select OK to return to Observer menu.
6) Select Apply then OK to save changes.
7) Exit Frysk gui
8) Re-enter Frysk gui
9) Edit newly created Observer - note that filter arguments are deleted (see
attachment 3 [details]).
Comment 1 Len DiMaggio 2006-06-22 13:54:33 UTC
Created attachment 1108 [details]
Screenshot 1
Comment 2 Len DiMaggio 2006-06-22 13:57:17 UTC
Created attachment 1109 [details]
Screenshot 2
Comment 3 Len DiMaggio 2006-06-22 13:57:57 UTC
Created attachment 1110 [details]
Screenshot3
Comment 4 Mike Cvet 2006-06-22 14:46:11 UTC
You don't even need to restart Frysk to have this happen - after creating the 
observer, just edit it and hit 'OK' from the edit dialog a couple times and the 
filter and action arguments dissapear
Comment 5 Mike Cvet 2006-06-23 20:29:11 UTC
2006-06-23  Mike Cvet  <mcvet@redhat.com>

	* ActionRow.java (ActionRow): Applies the information contained in the row
	regardless if an event was passed to the argumentEntry box or not. Fix for
	#2817.
	* FilterRow.java (FilterRow): ditto.