Bug 2817

Summary: Frysk GUI deletes user-entered custom observer filter and action arguments
Product: frysk Reporter: Len DiMaggio <ldimaggi>
Component: generalAssignee: Mike Cvet <mcvet>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 3399    
Attachments: Screenshot 1
Screenshot 2
Screenshot3

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.