Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataView: accessibility - paginator dropdown "Form field missing a label" #14891

Closed
markuczy opened this issue Feb 27, 2024 · 2 comments
Closed
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA Resolution: Stale Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response

Comments

@markuczy
Copy link

markuczy commented Feb 27, 2024

Describe the bug

Hi, I am working on a component which uses DataView component. Accessibility checker tools are reporting an issue with an input element, which is a child of p-dropdown (p-dataView -> p-paginator -> p-dropdown).

The following line is what is causing the issue: <input type="text" readonly="" aria-haspopup="listbox" pautofocus="" role="combobox" class="p-element" aria-expanded="false">. The violated rule is this - https://dequeuniversity.com/rules/axe/4.8/label.

Environment

Ubuntu 22.04, WSL 2, Windows 11 PRO

Reproducer

https://stackblitz.com/edit/github-j1atbu

Angular version

15.2.10

PrimeNG version

15.2.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.18.0

Browser(s)

Chrome 121

Steps to reproduce the behavior

  1. Use dataView component with paginator and rowPerPageOptions
  2. Validate accessibility with lighthouse/siteImprove/axa
  3. Expect "Form field missing a label"

Expected behavior

When using dataView with paginator and rowsPerPageOptions accessibility tests are not reporting any issues.

@markuczy markuczy added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Feb 27, 2024
@mehmetcetin01140 mehmetcetin01140 added Component: Accessibility Issue or pull request is related to WCAG or ARIA and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Mar 4, 2024
Copy link

github-actions bot commented Jul 3, 2024

This issue has been automatically marked as stale. If this issue is still affecting you with the latest version, please leave any comment, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment!

@github-actions github-actions bot added the Resolution: Stale Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response label Jul 3, 2024
Copy link

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you for your understanding!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA Resolution: Stale Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Projects
None yet
Development

No branches or pull requests

2 participants