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
@@ -36,4 +36,4 @@ PASS - Coverage reporting was generated during `npm run test:workspace-v2`.
36
36
37
37
## PR-Specific Note
38
38
39
-
The Workspace V2 run exercised Object Vector Studio V2 object header counts, state help text, shape grouping selection, group indicators, z-order controls, state/frame visibility overrides, base shape deletion cleanup, Object Vector schema validation, and Asteroids runtime object-vector rendering.
39
+
The Workspace V2 run exercised Object Vector Studio V2 shape-list rendering, reversed visual shape ordering, selected shape z-order actions, preserved render-order behavior, Object Vector schema validation, and Asteroids runtime object-vector rendering.
- Verified Objects header includes object count, selected object state count, and selected object shape count.
18
-
- Verified state `?` help lists the descriptions for every state available in the dropdown.
19
-
- Verified selected shape order controls use the restored z-order glyphs and perform forward/back/front/back order changes.
20
-
- Verified grouped shapes select together, render group indicators, use a deterministic group color, and ungroup cleanly.
21
-
- Verified state/frame visibility toggles write frame overrides without deleting the base object shape.
22
-
- Verified explicit shape delete remains a base-shape delete and cleans dependent frame override indexes.
17
+
- Verified Object Vector Studio V2 keeps underlying render/order semantics unchanged: lower order remains back and higher order remains front.
18
+
- Verified the object tile shape list displays in reverse UI order, with the front-most rendered shape at the top and the back-most shape at the bottom.
19
+
- Verified shape stacking controls render in the requested visual order: Send To Back, Move Backward, Move Forward, Bring To Front.
20
+
- Verified the reordered controls keep the existing send/backward/forward/front icon mappings.
21
+
- Verified Bring To Front moves the selected shape to the top of the displayed list.
22
+
- Verified Send To Back moves the selected shape to the bottom of the displayed list.
23
23
24
24
## Additional Validation
25
25
26
-
- Focused Object Vector slices passed before the full run:
27
-
`shows Object Vector Studio V2 layout shell`, `edits Object Vector Studio V2 preview shapes`, and `supports Object Vector Studio V2 animation states`.
26
+
- Focused Object Vector Studio V2 slice passed before the full run:
27
+
`npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --project=playwright --grep "Object Vector Studio V2"` completed with 12 passed, 0 failed.
this.setControlDisabled(button,!shape||isLocked,isLocked ? `Disabled because ${object.name} is locked for this runtime session.` : noShapeReason,definition.title);
0 commit comments