pomelo-io / bounties-issues-dev

Dev repo for bounties
0 stars 0 forks source link

💰 1 USDT Bounty - "bug(mat-select): aria-owns and modal accessibili.." #125

Open PomeloBounties opened 7 months ago

PomeloBounties commented 7 months ago

Bounty

bug(mat-select): aria-owns and modal accessibility issue. created by @SoA432 on Pomelo Bounties

Summary

Hire a developer to solve the bug(mat-select): aria-owns and modal accessibility issue present in Angular 16.2, CDK/Material 16.2, Chrome/Edge and Windows operating system. Developer should improve the current behavior so that the aria-owns label is removed from mat-dialog-container when the select panel is closed.

Apply

https://bounties.pomelo.io/df34b114bced

Original Issue

https://github.com/angular/components/issues/28230

Title

bug(mat-select): aria-owns and modal accessibility issue.

Body

Is this a regression?

The previous version in which this bug was not present was

No response

Description

When using a mat-select inside of a dialog the select applies the aria-owns attribute to the aria-modal="true" element when the select panel is opened. After a selection is made, a critical accessibility issue in axeDevTools v 4.8.2 with error "Ensures all ARIA attributes have valid values" appears. This is due to the previously applied aria-owns id no longer existing on the dom after a selection is made. The aria-owns attribute is only removed from the modal on destroy of the select.

Reproduction

StackBlitz link: https://stackblitz.com/edit/components-issue-mxpfyf?file=src%2Fapp%2Fexample-component.html Steps to reproduce:

  1. Open the modal.
  2. Select an option
  3. Scan with axeDevTools or inspect dom to see aria-owns still exists on mat-dialog-container

Expected Behavior

The aria-owns label is removed from mat-dialog-container when the select panel is closed.

Actual Behavior

The aria-owns label is only removed on destroy of the select.

Environment

Base Reward

1.0000 USDT

Note

For technical discussion use the original issue. This issue is for tracking the bounty application and implementation progress.

PomeloBounties commented 7 months ago

Bounty received funding. Current reward is at 0.0834 USDT