|
1 | | -# PR_26133_011 Workspace V2 Results |
| 1 | +# PR_26133_012 Workspace V2 Results |
2 | 2 |
|
3 | 3 | ## Command Results |
4 | 4 |
|
5 | 5 | - `node --check tools/object-vector-studio-v2/js/ToolStarterApp.js`: passed. |
6 | 6 | - `node --check tests/playwright/tools/WorkspaceManagerV2.spec.mjs`: passed. |
7 | | -- `npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --grep "Object Vector Studio V2 (layout shell|preview shapes with mouse actions)"`: 2 passed. |
| 7 | +- `npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --grep "Object Vector Studio V2 (layout shell|preview coordinates|preview shapes with mouse actions)"`: 3 passed. |
8 | 8 | - `npm run test:workspace-v2`: 47 passed. |
9 | 9 | - `git diff --check`: passed with LF-to-CRLF working-copy warnings for touched files. |
10 | 10 |
|
11 | 11 | ## Targeted Object Vector Studio V2 Verification |
12 | 12 |
|
13 | | -- Confirmed Object Transform textboxes render inline beside labels for Move X, Move Y, Rotate, Scale, Origin X, Origin Y, and Resize. |
14 | | -- Confirmed invalid transform input is marked with `aria-invalid`, writes an actionable failure, and leaves the selected shape transform unchanged. |
15 | | -- Confirmed Apply Geometry commits schema-valid selected-shape geometry changes. |
16 | | -- Confirmed selected-shape summary renders below Apply Geometry. |
17 | | -- Confirmed Object Preview mouse editing works for selected-shape drag/drop, rectangle handle resize, and line endpoint movement. |
18 | | -- Confirmed shape tile delete X removes only the targeted tile shape. |
19 | | -- Confirmed Object Name edits immediately update Object Preview Object ID before Rename is clicked. |
| 13 | +- Confirmed the Objects accordion header shows the object/shape count text. |
| 14 | +- Confirmed shape tile visibility and delete icon buttons are adjacent on the right, with `Toggle shape visibility` immediately beside `Delete this shape`. |
| 15 | +- Confirmed selecting a shape highlights the matching palette swatch. |
| 16 | +- Confirmed Polygon Geometry renders as an editable point list with one `x,y` entry per polygon point. |
| 17 | +- Confirmed Apply Geometry commits valid polygon point-list edits to the selected polygon. |
| 18 | +- Confirmed invalid polygon point rows are marked with `aria-invalid`, report an actionable failure, preserve the invalid text for correction, and do not partially apply geometry. |
20 | 19 | - Confirmed Object Preview coordinate/grid/zoom expectations from prior PRs remain covered by the workspace-v2 suite. |
21 | 20 | - Confirmed targeted Object Vector Studio tests reported no console/page errors. |
22 | 21 |
|
|
0 commit comments