-
Notifications
You must be signed in to change notification settings - Fork 119
Description
"Please do not close this bug. This bug should only be closed by TCS, C+AI Accessibility or the Divisional Driver"
"Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier."
GitHub Tags:
#A11yMAS;#A11yTCS;#Playwright releases;#P1_Playwright.dev_Web_Jan2024;#A11ySev2;#AI Limited;#ChromiumEdge;#DesktopWeb;#FTP;#WCAG2.4.3;#Win11;#KeyBoard;#FocusOrder;#P1_WCP;#Closed;
Environmental Details:
App Name: Playwright.dev
#URL: https://playwright.dev/docs/input
OS & Browser Details:
Microsoft Windows 11 Enterprise
Version 22621.3007
Microsoft Edge
Version 120.0.2210.144 (Official build) (64-bit)
Repro Steps:
- Hit the URL: https://playwright.dev/docs/input
- TAB to "Search" Field on Top Navigation Bar and Press ENTER.
- Now Press "ESC" Key.
- Now check that when we press "ESC" on the "Search field" Key board focus is not remains on "Search" field or not.
Actual Result:
When we press "ESC" on the "Search field" dialog Key board focus is not remains on "Search" field.
Note: Similar issue is also observed in below links.
https://playwright.dev/docs/test-assertions
https://playwright.dev/docs/running-tests
https://playwright.dev/docs/locators
https://playwright.dev/docs/api/class-locator
https://playwright.dev/docs/writing-tests
https://playwright.dev/docs/api/class-playwright
https://playwright.dev/docs/intro
https://playwright.dev/docs/api/class-page
Expected Result:
When we press "ESC" on the "Search field" dialog Key board focus should remain on "Search" field.
User Impact:
Key Board Users will face difficulty while accessing the controls if Focus order issue is observed.