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 712548 - Due to the animated GtkInfobars in 3.10, the height of terminal windows shrinks each time you dismiss an infobar
Due to the animated GtkInfobars in 3.10, the height of terminal windows shrin...
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
3.10.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-17 22:49 UTC by Jean-François Fortin Tam
Modified: 2013-12-25 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screencast (868.61 KB, video/webm)
2013-11-17 22:49 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2013-11-17 22:49:46 UTC
Created attachment 260064 [details]
screencast

The attached screencast demonstrates the problem, where gnome-terminal gradually shrinks by the height of the infobar each time you close the infobar.

To reproduce this, set gnome-terminal's preferences to "stay open when the process exits", launch some bash script file, and when it exits re-run it again by using the infobar button; the terminal will shrink on each iteration.
Comment 1 Christian Persch 2013-11-18 19:07:36 UTC
Does this still happen when the gtk-enable-animations gtksetting is false?
Comment 2 Jean-François Fortin Tam 2013-11-18 19:56:16 UTC
If you mean the org/gnome/desktop/interface/enable-animations key in dconf editor (if not, please tell me exactly where to find it), then yes, it still happens even if you set that to false - but the animations still happen anyway.
Comment 3 Christian Persch 2013-11-18 20:24:47 UTC
Filed that as gtk+ bug 712632.
Comment 4 Jean-François Fortin Tam 2013-11-23 16:23:24 UTC
Thanks, however if my understanding is correct that doesn't change the bug I'm seeing with the window height in attachment #260064 [details], right?
Comment 5 Matthias Clasen 2013-11-24 15:15:56 UTC
right
Comment 6 Christian Persch 2013-11-24 15:26:01 UTC
Well the question was if it's due to the animated showing/hiding, or purely the infobar itself.
Comment 7 Christian Persch 2013-12-25 21:45:07 UTC
Repro'd now, even when animations are off.

I fixed this on master by using a GtkOverlay instead of packing the infobar into the notebook.