-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
Root Container
- Element 1
- Element 2
- Element 3
Try and move element 3 between element 1 and element 2.
The expected result is:
Root Container
- Element 1
- Element 3
- Element 2
but instead we currently get:
Root Container
- Element 3
- Element 1
- Element 2