After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650278 - Tab doesn't exit port field
Tab doesn't exit port field
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
3.2.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: Milan Crha
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-05-16 05:15 UTC by Akhil Laddha
Modified: 2013-09-13 01:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (1014 bytes, patch)
2011-06-23 08:38 UTC, Milan Crha
committed Details | Review

Description Akhil Laddha 2011-05-16 05:15:14 UTC
evolution 3.1.2

During account creation, accessing fields using tab key, once you enter in port field under Receiving options, tab doesn't move further.
Comment 1 Matthew Barnes 2011-05-16 19:35:12 UTC
I added EPortEntry to the Glade catalog so that mail-config.ui could be loaded in Glade:

http://git.gnome.org/browse/evolution/commit/?id=1f65cd64d375c575f5475fbb86d5b68778134460

Tab behavior is similar in Glade too, which has me stumped.  EPortEntry is not screwing around with GtkContainer focus chains or anything like that.  And because I can reproduce it in Glade, I don't think EMAccountEditor is to blame.

Some sort of GtkContainer or GtkTable issue?  Seems unlikely, but I can't think of anything else.
Comment 2 Milan Crha 2011-06-23 08:38:20 UTC
Created attachment 190500 [details] [review]
evo patch

for evolution;

EPortEntry may not have set can-focus to True, because the widget itself may not receive a focus, only its children can be focused. With this change everything works as expected.
Comment 3 Milan Crha 2011-06-23 08:39:13 UTC
Created commit 48deb5f in evo master (3.1.3+)