-
Notifications
You must be signed in to change notification settings - Fork 295
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
[PWA Builder]:Keyboard focus indicator are not properly visible for the Package for Stores button. #4218
Comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
2 similar comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
…n input box in Image Gen page. (#4335) fixes [#4229](#4229), [#4218](#4218) and [#4228](#4228) <!-- Link to relevant issue (for ex: "fixes #1234") which will automatically close the issue once the PR is merged --> ## PR Type <!-- Please uncomment one ore more that apply to this PR --> Bugfix <!-- - Feature --> <!-- - Code style update (formatting) --> <!-- - Refactoring (no functional changes, no api changes) --> <!-- - Build or CI related changes --> <!-- - Documentation content changes --> <!-- - Sample app changes --> <!-- - Other... Please describe: --> ## Describe the current behavior? <!-- Please describe the current behavior that is being modified or link to a relevant issue. --> 1. For the padding input on the image gen page there was no accessible label 2. For some of our black buttons the focus ring wasn't showing when tabbed over 3. Incorrect aria roles defined ## Describe the new behavior? 1. Input has a label 2. New visible focus ring. 3. Removed unnecessary definitions of role. ## PR Checklist - [x] Test: run `npm run test` and ensure that all tests pass - [x] Target main branch (or an appropriate release branch if appropriate for a bug fix) - [x] Ensure that your contribution follows [standard accessibility guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design). Use tools like https://webhint.io/ to validate your changes. ## Additional Information
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
4 similar comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
1 similar comment
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
What happened?
Keyboard boundary indicator is not properly visible on the Package for Stores button., user does not get the information that keyboard focus is present on the button.
How do we reproduce the behavior?
Repro Steps:
What do you expect to happen?
Keyboard boundary indicator must be white in color or some visible color so that it does not get mixed with the color of the button and properly be acknowledged by the users.
What environment were you using?
Test Environment:
OS Build: Windows 11 Enterprise Insider Preview 22H2 (23493.1000)
Edge Browser: Version 115.0.1880.3 (Official build) dev (64-bit)
URL: https://www.pwabuilder.com/reportcard?site=https://webboard.app
Additional context
Note:
This issue is repro at below buttons,
User Experience:
If the focus boundary indicator will mix with the color of the button, then some users may get confused and will not get the information of the keyboard focus indicator.
WCAG Reference:
https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html
Attachments:
https://github.com/pwa-builder/PWABuilder/assets/117908911/4e3bea73-8f97-4661-9809-9a03696e91a3
2023-08-09.00-08-53.mp4
The text was updated successfully, but these errors were encountered: