https://bugs.documentfoundation.org/show_bug.cgi?id=136945
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #6 from Caolán McNamara <[email protected]> --- For the gtk case (in the default adwaita theme) a blue line is either drawn above the drop row (if the mouse is above the half way point), below the drop row (if the mouse is below the half way point) or two lines are drawn, above and below the drop row (if the mouse is on the half way point). The first two cases are unambiguous above and below the dest row and currently appear to work fine. The other case is a drop "on" the dest row and I think the dnd in that case makes the dragged row a child of the drop target (instead of a sibling) and the row goes missing from the view. Switching from a GtkTreeStore to a GtkListStore would remove the option of a dragged row becoming a child of another row. -- You are receiving this mail because: You are the assignee for the bug.
