<div class="gmail_quote">On Fri, Aug 21, 2009 at 4:26 PM, Jakob Leben <span dir="ltr"><<a href="mailto:jakob.leben@gmail.com">jakob.leben@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div id=":186" class="ii gt">how do you translate moving an item in this viewed list to the movement in the underlying tree list?</div></blockquote></div><br>For example: you can easily flatten down a tree into a list, but if you have a tree like this:<br>
-a<br>----a1<br>----a2<br>-b<br>-c<br>...and you the user wants to move !<i>in the flat view</i>! of this tree the c item just after the a2 item, where does it go? does it go into a, on the same level as a1 and a2? Or does it go just before b at the top level?<br>