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 160281 - GtkTreeView fixed_height_mode scroll glitch
GtkTreeView fixed_height_mode scroll glitch
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.4.x
Other Linux
: Normal normal
: Small fix
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2004-12-02 23:46 UTC by Peter Bloomfield
Modified: 2005-06-17 19:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Sample program (1.95 KB, text/plain)
2004-12-02 23:48 UTC, Peter Bloomfield
  Details
patch as committed (1.52 KB, patch)
2005-06-17 19:45 UTC, Kristian Rietveld
none Details | Review

Description Peter Bloomfield 2004-12-02 23:46:11 UTC
When a GtkTreeView in fixed_height_mode is shown in a GtkScrollWindow, and the
bottom row is expanded, the scrollbar stays at the bottom of its slider. 
Cursor-down will reveal the child row(s), but you can't slide the scrollbar to
show it.

A program exhibiting the problem follows.
Comment 1 Peter Bloomfield 2004-12-02 23:48:53 UTC
Created attachment 34424 [details]
Sample program
Comment 2 manu 2005-01-01 15:16:58 UTC
Same thing here! Seems that the tree just cannot scroll to reach the children
but it does know that there are there (as you get the icon to expand the thread
and it is functionnal).
Comment 3 Kacper Wysocki 2005-02-02 04:23:26 UTC
I'll confirm this - present in gtk 2.4.14 which is the latest on a debian system.
Comment 4 Kristian Rietveld 2005-06-17 19:45:19 UTC
Created attachment 47924 [details] [review]
patch as committed
Comment 5 Kristian Rietveld 2005-06-17 19:45:38 UTC
Fixed on CVS HEAD. thanks for the testcase!