Bug 36 - filtering will only accept one action change per invocation
: filtering will only accept one action change per invocation
Status: RESOLVED FIXED
: Sylpheed-Claws (GTK1)
Filtering
: 0.8.10
: PC Linux
: P1 normal
Assigned To:
:
:
:
  Show dependency treegraph
 
Reported: 2003-01-31 06:49 by
Modified: 2003-09-14 16:22 (History)


Attachments
subset of my filtering rules (1.28 KB, text/plain)
2003-01-31 07:38, Pierre Fortin
no flags Details


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2003-01-31 06:49:23
0.8.9claws23

Trying to add/change some filters.  Created a new (delete) filter based on an
existing one (forward); but when I try to do any more filters, the "Action"
field will not accept the change -- I must now click OK and re-enter the
filtering to make subsequent changes.  Making multiple filtering changes used to
work -- last time I tried this was over a month ago...
------- Comment #1 From 2003-01-31 06:59:30 -------
More information please: can't reproduce it (but I have some other changes 
pending - that's perhaps why). 
This is about Tools | Filtering? 
Can anyone else (with a clean base) confirm this? 
------- Comment #2 From 2003-01-31 07:08:52 -------
I can't ;)
ie, works for me.

cheers
------- Comment #3 From 2003-01-31 07:38:14 -------
Created an attachment (id=14) [details]
subset of my filtering rules

Here is a subset of my filters...  I tried adding delete filters based on the
original filters by making a change to the Action and Add; only the first one
is accepted -- subsequent attempts at changing the Action are ignored.
------- Comment #4 From 2003-01-31 07:45:23 -------
Yes, I can confirm this. But you don't actually have to leave and re-enter the
dialog. Its possible to use the up/down keys to get to other Match Types.
To reproduce this do the following in the 'Condition configuration' window,
(this is all point & click with the mouse):

* Select a Match Type
* Give it a Value and Add it
* Try to select the same Match Type again, 
  you can't, you must select a different Match Type first, and then select the
previous one.

BTW, this is an old bug.

Paul
------- Comment #5 From 2003-01-31 08:02:03 -------
Hmmm, now I have both eyes on this instead of just one, maybe I am talking
about
something else in my response - sorry for the noise.

Paul
------- Comment #6 From 2003-01-31 10:20:06 -------
Still not reproducable. Can you describe the UI state: is the action entry
disabled or is new 
input just neglected? This is what I did (ofcourse I first made a backup): 

* copied your rc  to ./sylpheed/matcherrc 
* removed the last few lines (because they should be added in the dialog) 
* start sylpheed and the Configuration | Filtering dialog 
* select entry one 
* change action into delete 
* press add 
* select entry two 
* change action into delete 
* press add 
------- Comment #7 From 2003-01-31 10:22:50 -------
Also, are there any messages when starting from the xterm: sylpheed --debug? 
------- Comment #8 From 2003-01-31 16:44:41 -------
This is all the debug I get when I:
* start sylpheed and the Configuration | Filtering dialog 
* select entry one (Forward action)
* click action down-arrow
* click Delete 
* press add 
* select entry two (Forward as attachment)
* click action down-arrow
* click Delete (change does not take -- remains Forward as attachment)
* I don't click Add cuz it's not what I want...
HTH...

prefs_filtering.c:1242:unregistering address completion entry
addressbook.c:3807:addressbook_load_completion
addressbook.c:3865:addressbook_load_completion... done
addr_compl.c:203:start_address_completion ref count 1
prefs_filtering.c:1246:registering address completion entry
prefs_filtering.c:1242:unregistering address completion entry
prefs_filtering.c:1246:registering address completion entry
------- Comment #9 From 2003-01-31 16:49:15 -------
Hmmmm....  I left the Filtering dialog open while I added the debug info; still
could not change "Forward as attachment" to Delete --- but --- changing it to
Move worked, then changing to Delete now worked...  no new debug message types.
------- Comment #10 From 2003-01-31 17:19:36 -------
|* click action down-arrow 
|* click Delete (change does not take -- remains Forward as attachment) 
 
OK, now I see it too. 
------- Comment #11 From 2003-01-31 17:29:00 -------
i can't click but i can move the selection to the delete entry (by keeping the
mouse pressed) 
------- Comment #12 From 2003-02-01 02:42:28 -------
that's exactly the same behaviour for Paul's bug (described in comment #4).
A problem with the gtk widget maybe?

------- Comment #13 From 2003-02-01 03:07:57 -------
| A problem with the gtk widget maybe? 
 
Plausible: I'ts weird and ominious that the previously selected combo item can not be selected 
(i.e. doesn't receive clicks). I'll look into it further.