junhanqiao / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Order of lanes after delete&undo not always restored properly #259

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a pool
2. add three lanes and name them 1, 2 and 3 (from top to bottom)
3. change the order of 2 and 3.
4. delete 3.
5. undo delete.

What is the expected output?
the order is 1,3,2

What do you see instead?
the order is 1,2,3

the problem is the layout algorithm for pools and lanes.

Original issue reported on code.google.com by NicoPete...@gmail.com on 13 Oct 2008 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 6 Feb 2009 at 11:25