You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keavon
changed the title
Fix layers being reordered when working with layers and folders
Fix layers being reordered when dealing with groups
Feb 28, 2024
Keavon
changed the title
Fix layers being reordered when dealing with groups
Avoid layers being reordered when dealing with groups
Feb 28, 2024
Grouping (with CtrlG):
Fix external consistency of grouping layers so they don't jump to the top of the hierarchy #1627:
External consistency: Grouping the selected layers causes the group to be inserted at the top of the layer stack. It should go just above where the layer selected layers were located.
The current incorrect behavior:
Fix internal consistency of layer ordering when grouping #1645
Internal consistency: Grouping layers should also preserve the order that they were sorted once those layers end up in the new group
The current incorrect behavior:
Ungrouping (with CtrlShiftG):
Fix ungrouping bugs to preserve layer ordering and prevent incorrect layer deletion #1672
External consistency: Ungrouping should also preserve order by placing the content in the hierarchy where the group used to be.
The current incorrect behavior:
Fix internal consistency of layer ordering when grouping #1645
Internal consistency: While ungrouping, the content in the group itself should also be have its order preserved amongst its grouped siblings.
The current incorrect behavior:
Creating a new folder (with CtrlShiftN while in fullscreen mode of the web app, or the folder button in the top bar of the Layers panel):
Should be placed directly above the topmost selected layer in the hierarchy (at the level of the least nested layer)
The current incorrect behavior:
The text was updated successfully, but these errors were encountered: