Bug 2620

Summary: pressing shift tab with focus on message body should move focus to subject
Product: Claws Mail (GTK 2) Reporter: Giulio <oromoiluig>
Component: UI/Compose WindowAssignee: users
Status: RESOLVED FIXED    
Severity: minor    
Priority: P3    
Version: 3.8.0   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Draft patch none

Description Giulio 2012-02-29 13:56:21 UTC
when you are editing the message body, pressing shift+tab adds a tab in the message body. It should instead move focus to "subject" field. This is the behaviour of similiar programs, and default behaviour of html forms.
Comment 1 wwp 2012-02-29 14:39:05 UTC
Created attachment 1090 [details]
Draft patch

Something like this?
Comment 2 Giulio 2012-02-29 14:53:36 UTC
ehrrr. .. how should I use that? thanks
Comment 3 wwp 2012-02-29 14:57:54 UTC
This is a patch to apply on the sources, which you're obviously not using to get a working Claws Mail. You'll either have to wait for this patch to go into next release (if it does) or manually compile from the (patched) sources.
Comment 4 Colin Leroy 2012-02-29 15:00:48 UTC
Unless I miss something, this patch breaks inserting tabs in mails.
Giulio: Use Ctrl-Shift-Tab to go back to subject. This is a GTK+ issue.
Comment 5 Giulio 2012-02-29 15:05:05 UTC
thanks
Comment 6 wwp 2012-02-29 15:33:12 UTC
Works fine here (GTK+ 2.18.9), I see no interference w/ tab or other keys.
Comment 7 Colin Leroy 2012-02-29 22:35:18 UTC
Oh! *Left* Tab ! Missed the "left" part. :)
Comment 8 users 2012-06-02 11:01:34 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.claws-mail.org/tracker/

2012-06-02 [wwp]	3.8.0cvs51

	* src/compose.c
		Fix bug 2620: shift+tab from subject field not working.