-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
a11y-resolvedThis accessibility bug has been resolved.This accessibility bug has been resolved.area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-accessibilityThis issue has accessibility impactThis issue has accessibility impact
Milestone
Description
GitHub Tags:
#A11yMAS; #A11yTCS; #A11ySev2; #BM_ASP.NET_Web_Jun2024; #.NETCore; #WCAG1.4.10; #DesktopWeb; #Win11; #FTP; #Reflow; #ChromiumEdge; #A11yWCAG2.1;
Environment Details:
App name: ASP.NET
Window Version: Win 11
OS Build: 22621.3085
Prerequisites:
- Open the web page / screen of the web application that is to be tested
- Open Chrome/Edge dev Inspect tools. Keyboard shortcut "Ctrl+Shift+I"
- Ensure devtools are customized to Dock location: "undock into separate window". Minimize devtools so they are not obscuring the page.
- Zoom the browser window of the page to be tested to 200%.
- Adjust the browser window's height and width to the required viewport of 320px*256px. As long as devtools remain open while resizing the viewport size will be displayed in the upper right corner of the browser so the size can be verified.
Alternatively:
- Change the OS display settings to a resolution of 1280x1024 at 100% dpi scaling.
- Open the web page / screen of the web application that is to be tested.
- Adjust the browser window’s zoom level to 400%.
- Set the browser to full screen. Keyboard shortcut "F11" key.
- If any browser sidebars are still visible (e.g., the Edge discover sidebar), these must be closed.
Repro Steps:
- Download the "BlazorWebAssemblyStandalone" zip file.
- Open command prompt and enter cd "<UNZIPPED_FOLDER_PATH>" command and hit ENTER key.
- Enter "dotnet serve" command next and hit ENTER key.
- TAB to "http://localhost:54293/" link and press CTRL + ENTER key.
- Observe that at reflow resolution "Hamburger" control is not visible clearly.
Actual Result:
At reflow resolution "Hamburger" control is not visible clearly.
Expected Result:
At reflow resolution "Hamburger" control should be visible clearly.
User Impact:
Low vision users will not be able to see the controls clearly and will not get information about it.
Attachment
Metadata
Metadata
Assignees
Labels
a11y-resolvedThis accessibility bug has been resolved.This accessibility bug has been resolved.area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-accessibilityThis issue has accessibility impactThis issue has accessibility impact
