! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Incorrect position of the scrollbar
Status:
RESOLVED: INVALID
Product:
Xfce4-terminal
Component:
General

Comments

Description Andrzej editbugs 2012-01-20 17:25:13 CET
Just after starting up the terminal the scrollbar is positioned incorrectly - it ends ~1 line above the "grip" widget. Resizing the terminal or adding a tab brings the scrollbar to a normal position.
Comment 1 Andrzej editbugs 2012-01-20 17:26:03 CET
Created attachment 4116 
(screenshot) Incorrect placement of the scrollbar.
Comment 2 Andrzej editbugs 2012-01-20 17:27:32 CET
Created attachment 4117 
(screenshot) Correct placement of the scrollbar.

Obtained after resizing the terminal window an bringing it back to the original size.
Comment 3 Nick Schermer editbugs 2012-01-21 00:39:21 CET
The Xfce terminal doesn't have a grip handle...
Comment 4 Andrzej editbugs 2012-01-21 01:27:19 CET
(In reply to comment #3)
> The Xfce terminal doesn't have a grip handle...

That's xfce4-terminal 0.4.8 from Ubuntu 11.10. Not sure if they have added any changes.

Later I'll check a version compiled from source.
Comment 5 Andrzej editbugs 2012-01-21 01:37:17 CET
(In reply to comment #3)
> The Xfce terminal doesn't have a grip handle...

I've compiled Terminal from ssh://git@git.xfce.org/apps/terminal master.

It behaves same as the version shipped with Ubuntu.

The theme I'm using is LegacyHuman but the same effect appears with other themes too (although switching the theme when the terminal is running fixes it).
Comment 6 Jérôme Guelfucci editbugs 2012-01-21 10:45:16 CET
It seems Ubuntu patched GTK+ to always show resize grips, unless the application explicitly tells otherwise: https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/704105.

Maybe adding a call to gtk_window_set_has_resize_grip with FALSE could fix this?
Comment 7 Nick Schermer editbugs 2012-01-21 11:29:31 CET
gtk_window_set_has_resize_grip is added in gtk 3.0, but it indeed looks like something like that is going on.
Comment 8 Nick Schermer editbugs 2012-12-24 21:04:26 CET
Not a terminal issue.

Bug #8366

Reported by:
Andrzej
Reported on: 2012-01-20
Last modified on: 2012-12-24

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Attachments

Additional information