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 509509 - Status bar changing size
Status bar changing size
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
2.22.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Matthew Barnes
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-01-14 23:30 UTC by Michael Monreal
Modified: 2013-09-13 00:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Make the status bar (for menu tooltip display) as large as the task bar. Copied two lines from widgets/misc/e-task-bar.c to /shell/e-shell-window.c (984 bytes, patch)
2008-01-20 11:20 UTC, Jean-Christophe BEGUE
committed Details | Review

Description Michael Monreal 2008-01-14 23:30:32 UTC
When navigating the menus of the mailer, you can see the status bar size to grow and shrink, depending if there is text displayed (when hovering a menu action) or not (when hovering a separator). Caused by the fix for bug 504480 perhaps?
Comment 1 André Klapper 2008-01-15 11:24:40 UTC
this has been fixed in svn already a few days back
Comment 2 Michael Monreal 2008-01-15 11:32:35 UTC
Sure? I build trunk yesterday, and I don't see any new checkins that say anything of this... and I can still see the problem.
Comment 3 André Klapper 2008-01-15 11:55:08 UTC
hmm. there still seems to be a problem after that commit, indeed. sorry :)

reopening and CC'ing matt.
Comment 4 Matthew Barnes 2008-01-15 13:12:22 UTC
Grr, confirming.  Status messages from changing folders, etc. are fine, but now menu tooltips cause the status bar to shrink DOWN.  I'll have another look.
Comment 5 Jean-Christophe BEGUE 2008-01-20 11:20:40 UTC
Created attachment 103248 [details] [review]
Make the status bar (for menu tooltip display) as large as the task bar.

Copied two lines from widgets/misc/e-task-bar.c to /shell/e-shell-window.c
Comment 6 Srinivasa Ragavan 2008-01-20 11:43:56 UTC
I think this should solve the problem. Commit it to trunk.
Comment 7 Matthew Barnes 2008-01-21 05:17:26 UTC
Patch verified.  Committed to trunk (revision 34860).