Issue #7723Open
a11y: feedback buttons do not expose their submitted state
Opened 2026-09-18 15:19:58 Updated 2026-09-18 15:21:32 Bug
Timeline
Live- Issue #7723 opened
2026-09-18 15:19:58 - Slack mirrorDone
2026-09-18 15:20:07 · 69ms - AnalysisDone
2026-09-18 15:21:32 - Slack mirrorDone
2026-09-18 15:21:39 · 797ms - Fix decisionDone
2026-09-18 15:25:15 · Dispatched - Deep analysisDone
2026-09-18 15:25:15 - PR #7725 openedDraft
2026-09-18 15:35:33 - FixDone
2026-09-18 15:35:34 - ReviewSkipped
2026-09-18 15:35:36 · Pr draft - Slack mirrorDone
2026-09-18 15:36:02 · 171ms - PR fixPending
Pull requests
fix(react): expose feedback submission state
0 review rounds
Premise probe·Premise reproduced·node -e 'const fs=require("fs"); for (const f of ["packages/react/src/primitives/actionBar/ActionBarFeedbackPositive.tsx","packages/react/src/primitives/actionBar/ActionBarFeedbackNegative.tsx"]) { const s=fs.readFileSync(f,"utf8"); if (!s.includes("data-submitted") || s.includes("aria-pressed")) throw new Error(`${f}: reported omission not present`); } console.log("PASS: both feedback primitives render data-submitted conditionally and contain no aria-pressed attribute")'