Issue:
When splitting a section or setting a layout (e.g., column, row) in Workshop, the parent section becomes unselectable. AIP reports that the original section “disappears,” but in reality, it still exists – it just can’t be selected.
Reproduction Steps:
-
Create a section.
-
Set its height (e.g.,
auto,absolute 300px, orflex). -
Change its layout to columns (or rows) to create subsections.
-
Observe that:
- The parent section still has the height property (e.g., 300px).
- The subsections inherit that height.
- The parent section cannot be selected anymore.
Impact:
This forces me to set all section heights before splitting and adding widgets. Once the layout is set, adjusting section heights is tedious and error-prone.
Proposed Improvement:
Allow selecting the parent section after splitting. This would make it far easier to adjust dimensions later and greatly improve the workflow when designing in Workshop.
