GNOME Bugzilla – Bug 732933
horizontal autoscrolling broken
Last modified: 2014-07-10 01:35:47 UTC
I can only get the autoscrolling to scroll a few pixels when reordering headers, then it stops - before I am at the end of the horizontal scrollbar.
Created attachment 280276 [details] [review] treeview: Fix horizontal position during column dragging Code was expecting view coordinates, not widget ones, as we're only dealing with horizontal displacements, just adding the horizontal adjustment value suffices.
Created attachment 280277 [details] [review] treeview: Add back the Gdk pointer grab during column dragging The reparenting happening on the column header so it gets a movable window breaks the implicit grab, so this is one situation were we want a pointer grab, if just to replace it.
Attachment 280276 [details] pushed as 5fb9c44 - treeview: Fix horizontal position during column dragging Attachment 280277 [details] pushed as edc5cb4 - treeview: Add back the Gdk pointer grab during column dragging