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 654297 - Hide GtkWindow's resize grip if scrollbar is disabled
Hide GtkWindow's resize grip if scrollbar is disabled
Status: RESOLVED OBSOLETE
Product: gnome-terminal
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: gnome-3-2
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-07-09 11:53 UTC by Wouter Bolsterlee (uws)
Modified: 2012-02-03 19:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window: Make resize-grip depend on scrollbar (2.72 KB, patch)
2011-10-06 22:04 UTC, Florian Müllner
none Details | Review

Description Wouter Bolsterlee (uws) 2011-07-09 11:53:45 UTC
My gnome-terminal windows have neither a menu bar nor a scroll bar. Since Gtk 3, GtkWindow shows a resize grip by default on windows, causing the bottom right of my otherwise clean terminal window to show a light triangle (the grip), hiding the text in the bottom right of the window.

May I suggest to disable the resize grip if the scrollbar is hidden (or on the left side of the window)?
Comment 1 Paul Miller 2011-07-19 16:43:59 UTC
This is pretty annoying.  I'm surprised it's still marked UNCONFIRMED as it seems there are various postings all over the place — mostly in the wrong place of course (debian bugtracker, etc).
Comment 2 Florian Müllner 2011-10-06 22:04:42 UTC
Created attachment 198478 [details] [review]
window: Make resize-grip depend on scrollbar

The window's resize-grip interferes with the content if it is not
placed underneath the scrollbar, so hide the grip if the scrollbar
is moved to the opposite side or hidden.
Comment 3 Christian Persch 2011-10-06 22:28:49 UTC
I don't really like how switching tabs (one tab's profile with scrollbars on, one off) will hide/show the grip... maybe we should just always hide it? Or the scrollbar position setting should be a global one, not per-profile? (I removed the 'left' option on the 'gsettings' branch already, just on/off now there.)
Comment 4 Wu Jun 2011-11-23 18:38:53 UTC
+1 for this bug.

Annoying!

At least an option should be provided to control whether to show the grip.

Seems like Florian Müllner's patch should work, though haven't test it myself.

Please merge the patch and close this issue.