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 698925 - gnome-system-monitor process list horizontal scrollbar missing
gnome-system-monitor process list horizontal scrollbar missing
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
3.11.x
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2013-04-26 09:05 UTC by Edward Sheldrake
Modified: 2014-09-24 01:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Sheldrake 2013-04-26 09:05:50 UTC
gnome-system-monitor 3.8.0 has lost the horizontal scrollbar for the process list. This is a regression from gtk+ 3.8.0 to 3.8.1. I also tried applying all the commits from gtk-3-8 branch since 3.8.1, that didn't fix it.

I tried editing gnome-system-monitor's interface.ui and changing the scrollbar policy to always, but that didn't help, the horizontal scrollbar was visible but couldn't be used to scroll because it thinks the whole width of the treeview is already visible.

Re-applying git commit 666d10ec7676a15b6861b785397563cbd4ef21e6 (which was reverted in git commit 7106f426bbbf03b74eb127d8d10494a136e084de) fixed the problem.
Comment 1 Edward Sheldrake 2013-04-28 12:12:22 UTC
Also, nautilus list view will not use a horizontal scrollbar with gtk+ 3.8.1. The Name column doesn't automatically increase its width to accommodate the file names (like it does with gtk+ 3.8.0), and you can't increase any column widths manually, well, you can adjust the widths of the columns, but the total width of all the columns is constrained to the window width.
Comment 2 John Ralls 2014-01-10 00:39:49 UTC
This is causing trouble with Gramps as well. It even affects gtk3-demo: In the GtkTreeView Editable Cells demo the horizontal scrollbar appears when the window is smaller than the minimum size for the Yummy column. The List Store demo blocks shrinking the window below the minimum size, so there's no reason for the scrollbar to appear. The Tree Store displays the scollbar only if the window is shrunk so much that it's narrower than the width of the first column, and then is only long enough to reveal the hidden part of that column; the other columns remain hidden and inaccessible.
Comment 3 Matthias Clasen 2014-09-24 01:52:18 UTC
I believe this has since been fixed