Moving Self-Directed Objects in the Workspace


#1

Having some difficulties rearranging Self-Directed objects within the work-space.

Since the release where moving sibling layers in the Tree was removed, I haven’t been able to find a good way to rearrange a set of children layers that are self directed as some of them overlap one another.

Can we add the ability to rearrange sibling layers within the layer tree?

Anyone else having this problem as well?


#2

So the tl;dr on this is that we’ve made some changes to how the tree works that aren’t quite complete. It’s coming, but probably not in the next release.

Longer answer…

This is essentially the issue with source order vs. display order vs. z-indexing that we’ve discussed here:

https://talk.subformapp.com/t/unexpected-arrangement-in-layer-tree/1155
https://talk.subformapp.com/t/opacity-positioning-type-and-layer-stacking-order/1204/

Based on the feedback and in-canvas order re-arranging features we introduced in 4145, Kevin and I decided to make the tree work more similarly to existing tools. In other words, moving elements inside of a parent in the tree changes the z-indexing, but not the display order.

Advantages:

  • More familiar behavior coming from existing tools
  • CSS layout is rapidly moving towards source order independence: it’s optional in Flexbox, inherent in CSS grid and absolute positioning. These are the layout models for the future of the web and the models we’re hewing to in Subform. Constraint-solver layout systems like Apple’s AutoLayout and Android’s ConstraintLayout are also source order independent
  • It solves the design problems highlighted in the aforementioned topics

We took out the old behavior (dragging between elements in the tree) as a part of the 4145 enhancements. We intend to reintroduce that behavior in an upcoming release solely as a means to control z-indexing.