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 653008 - Preference window for imap accounts is too large (Cancel Ok buttons not visible
Preference window for imap accounts is too large (Cancel Ok buttons not visible
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.0.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-06-20 13:56 UTC by jerry.levan
Modified: 2011-06-22 16:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (30.09 KB, patch)
2011-06-22 16:39 UTC, Milan Crha
committed Details | Review

Description jerry.levan 2011-06-20 13:56:11 UTC
Evo 3.0.2 in Fedora 15 has a usability problem in the Mail subsystem.

When viewing/using the mail account setup window in the preference dialog if an
imap account is being created/viewed the window is too long and the Cancel
and Ok buttons cannot be seen.

This window cannot be shrunk! ( it looks like the sections are too widely
spaced apart.)
Comment 1 Matthew Barnes 2011-06-20 13:59:34 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 244429 ***
Comment 2 Milan Crha 2011-06-21 04:13:59 UTC
Reopening and confirming, this is not a duplicate, this is regression from 2.32. The account editor is with a correct size when editing POP3 account, but is oversized when editing IMAP account, with too large space between widgets. Wherever the bug resides, it's not a question of too tall dialog on a too small screen resolution. (By the way, mine 1600x900 resolution isn't that small.)
Comment 3 Milan Crha 2011-06-22 16:39:00 UTC
Created attachment 190454 [details] [review]
evo patch

for evolution;

It does imap-features plugin, and in that one GtkLabel, which had set width_chars=-1, which confused Gtk+ enough to draw this incorrectly.
This patch is removing all such assignments from .ui files.
Comment 4 Milan Crha 2011-06-22 16:42:12 UTC
Created commit 8ba762c in evo master (3.1.3+)
Created commit b921f89 in evo gnome-3-0 (3.0.3+)