Bug 1870

Summary: arrow scrolling in filters
Product: Claws Mail (GTK 2) Reporter: Pierre Fortin <pf>
Component: FilteringAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 3.7.2   
Hardware: PC   
OS: Linux   

Description Pierre Fortin 2009-03-11 13:08:37 UTC
Wanting to update any filter rule that had an "execute" statement in my filters, I found that it was difficult to eyeball the list of rules.  So the next obvious plan (to me :) was to select the top/bottom rule and use the arrow keys to scroll through the list while watching only the Action field.

While the arrow moves the selection (blue highlighting) to the next/previous rule, the rule is not presented/updated at the top.  For that, each rule must be mouse clicked on.

Could the highlighted rule also be the selected rule?  As it is, what is highlighted is different from what is in the rule editing fields whenever an arrow is pressed in the list.

Many thanks!!!
Comment 1 users 2011-11-20 19:49:05 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.colino.net/claws-mail/

2011-11-20 [pawel]	3.7.10cvs95

	* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_template.c
		Fix bug #1870 'arrow scrolling in filters'
		Allow arrow scrolling in dialogs with list view widgets
		plus couple fixes of issues I found along the way