CivicDataLab / CivicDataLab/ParakhAI-frontend
[Accessibility] New Evaluation dialog aria-describedby references a non-existent DOM element
Open
@UdayRajSahai2 is already working on this.
Since Jun 22, 2026.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 9h 18m
- Merged PRs (30d)
- 4
Description
Summary
The New Evaluation dialog has aria-describedby pointing to a dynamically generated Radix UI ID that does not exist in the DOM because DialogDescription is not rendered. Screen readers announce no description for the dialog.
Fix
Either render a <DialogDescription> component (even if visually hidden) so the ID exists, or remove the aria-describedby attribute if no description is needed.
Report ref: UX-010 · Severity: MEDIUM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.