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 708148 - gtk_tree_view_get_path_at_pos mistakenly identifies column of initial pixels
gtk_tree_view_get_path_at_pos mistakenly identifies column of initial pixels
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-16 10:11 UTC by skimo-bugzilla
Modified: 2016-06-06 02:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.36 KB, patch)
2013-09-16 10:12 UTC, skimo-bugzilla
none Details | Review

Description skimo-bugzilla 2013-09-16 10:11:12 UTC
gtk_tree_view_get_path_at_pos() mistakenly identifies the first
pixel of all but the first column in a tree view as belonging to
the previous column.  As a result, the returned x-coordinate
relative to the cell background for these pixels is equal
to the width of this background and therefore falls outside of
the background.

Patch attached.
Comment 1 skimo-bugzilla 2013-09-16 10:12:08 UTC
Created attachment 255011 [details] [review]
patch