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 721157 - GtkTreeView cell edits show up in the wrong place
GtkTreeView cell edits show up in the wrong place
Status: RESOLVED DUPLICATE of bug 710315
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2013-12-28 13:45 UTC by Tristan Van Berkom
Modified: 2013-12-28 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Van Berkom 2013-12-28 13:45:56 UTC
Since May 17th, GtkTreeView cell edits show up unconditionally at the beginning of the row, instead of at the cell location.

This was broken by the following commit:

commit 6f9dc0ffd73ba2be7f457b1311f024d1bed0e1db
Author: Benjamin Otte <otte@redhat.com>
Date:   Fri May 17 14:28:18 2013 +0200

    treeview: Store editable position differently
    
To see the broken behaviour, build master and run:
  ./tests/testtreeedit

Luckily the patch in question is atomic enough to simply revert, to see the
proper functionality, simply try reverting the above patch and run
testtreeedit again.

Note that since the above patch, the cell editable widget takes up the whole
row instead of the cell's area.
Comment 1 Olivier Brunel (jjacky) 2013-12-28 14:32:42 UTC
Dupe of https://bugzilla.gnome.org/show_bug.cgi?id=710315
Comment 2 Benjamin Otte (Company) 2013-12-28 14:44:31 UTC

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