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

fix(core): more customization of aria attributes for multi-input #12438

Open
wants to merge 2 commits into
base: ng-15-downport
Choose a base branch
from

Conversation

mikerodonnell89
Copy link
Member

fixes #12434

@mikerodonnell89 mikerodonnell89 requested a review from a team September 17, 2024 19:18
@mikerodonnell89 mikerodonnell89 self-assigned this Sep 17, 2024
Copy link

netlify bot commented Sep 17, 2024

Deploy Preview for fundamental-ngx ready!

Name Link
🔨 Latest commit 3b4ab71
🔍 Latest deploy log https://app.netlify.com/sites/fundamental-ngx/deploys/66ec42b7e96ad100087952c3
😎 Deploy Preview https://deploy-preview-12438--fundamental-ngx.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Sep 17, 2024

Visit the preview URL for this PR (updated for commit 3b4ab71):

https://fundamental-ngx-gh--pr12438-fix-12434-ng15-13ftw21w.web.app

(expires Sun, 22 Sep 2024 15:35:16 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 41b993ee8e451bd7c6770b342ce142dc886eacff

@droshev droshev added the ng15 Angular 15 support label Sep 18, 2024
Copy link
Contributor

@dpavlenishvili dpavlenishvili left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry i have to revert my approval, please see comment.

@@ -49,9 +49,10 @@
[isExpanded]="open && !mobile && viewModel.displayedOptions.length > 0"
[isControl]="true"
[glyph]="showAddonButton ? glyph : ''"
[addonButtonAriaHidden]="!!title"
[addonButtonAriaHidden]="addonButtonAriaHidden"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

We have a common issue throughout the application where we use aria-hidden on focusable elements or elements with focusable children, which isn't allowed. In this case, the button is focusable and causes the error shown in the screenshot. I fixed a similar issue in my PR: #12445.
image

Copy link
Contributor

@dpavlenishvili dpavlenishvili left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please see the comment

@droshev
Copy link
Contributor

droshev commented Sep 19, 2024

@mikerodonnell89 Can you ask ariba's team to validate the change before merging it?

@mikerodonnell89
Copy link
Member Author

@mikerodonnell89 Can you ask ariba's team to validate the change before merging it?

can do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ng15 Angular 15 support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants