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 330977 - Scrollbar disappears when window size forces ScrolledWindow height <= len(tree_store)
Scrollbar disappears when window size forces ScrolledWindow height <= len(tre...
Status: RESOLVED DUPLICATE of bug 316689
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.0.x
Other All
: Normal minor
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-13 11:42 UTC by Matthew Russell
Modified: 2006-03-08 13:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Matthew Russell 2006-02-13 11:42:25 UTC
Please describe the problem:
We have a TreeView instance inside a ScrolledWindow.
Under certain conditions, the contents of the Scrolled Window seem to disappear,
and the scrollbar,although present contains no slider.

This behaviour can be found in both custom applications and those
shipped with gnome (on ubuntu at least).

Steps to reproduce:
1. Open Gthumb Viewer (/usr/bin/gthumb on breezy)
2. In the folder hierachy (which I believe is in a scrolled window), select the
root (/) folder.
3. Resize the main window such that only the first 5 folders are visible.
4. Without resizing the window, scroll to the /usr folder and select it.
5. Now the contents of the /usr folder appear empty, and the scrollbar's slider
   indicates that there are now entries. However, resizing the window will
display the contents of the folder - but only if you resize past the point where
all folders *would* be visible.


Actual results:
As described above.

Expected results:
As described above.

Does this happen every time?
Yes.

Other information:
We are using Python 2.4, python-gtk2, libgtk2.0-0 from the ubuntu (breezy
badger) linux platform.
Comment 1 Kristian Rietveld 2006-03-08 13:36:32 UTC

*** This bug has been marked as a duplicate of 316689 ***