Feature #69
openUsing align Nodes should respect backdrops
0%
Description
Currently when using align Nodes fuction they get moved independent of backdrops. it would be nice if the backdrops would be taken into account as well so the user doen't have to rearrage them afterwards
Updated by DariuszAdmin Makowski over 1 year ago
Hmmm not sure how we would determine where, which back drop would move...
I think current todo solution for this is to remove backgroup ability to move nodes that are above it. So you can freely move backdrops without moving content.
It will be an option you can set in backdrop preferences. This way you can re-arrange them later.
Updated by DariuszAdmin Makowski over 1 year ago
- Status changed from New to In Progress
Updated by Dariusz Makowski over 1 year ago
Update to this. You can use Text Node + background opacity set to 1 to simulate backdrop experience now without it moving content nodes above it.
As to arranging them, sadly no way to do it as we don't know which node the backdrop should follow.
Unless we make assumption that we follow each node in its "child" list, or we re-adjust the backdrop to resize/match to its child content, or just reposition based on 1st node in child list? Its a bit... tricky to decide what should happen and when.