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 736178 - gtk_tree_view_scroll_to_cell() only works the first time
gtk_tree_view_scroll_to_cell() only works the first time
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-06 07:49 UTC by Christoph Reiter (lazka)
Modified: 2014-09-08 02:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example (1.11 KB, application/python)
2014-09-06 07:49 UTC, Christoph Reiter (lazka)
Details

Description Christoph Reiter (lazka) 2014-09-06 07:49:53 UTC
Created attachment 285555 [details]
example

See attached example.

* Clicking the button scrolls to the last row (it's the same for other rows..)
* Scrolling back up and clicking again doesn't scroll
* The only way to get it working again is to click a half visible row
  so that it scrolls into view.
* After that it again only works one time.

I see this with current trunk. Not sure when it started.