Open
Description
GitHub Tags
#WCAG1.4.10; #A11ySev3; #Reflow; #A11yTCS; #A11yWCAG2.1; #Chrome; #DesktopWeb; #Win11; #Visual Studio Code Services; #BM_VisualStudioCodeServices_Web_Apr2023;
Environment Details
Application Name: Visual Studio Code Services
URL: https://code.visualstudio.com/
Microsoft Windows 11 Enterprise 10.0.22621 Build 22621
Chrome Version 113.0.5672.93 (Official Build) (64-bit)
Pre Requisites:
- 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.
Repro Steps:
- Hit the application URL: https://code.visualstudio.com/
- Apply reflow.
- Tab till "Docs" link and press enter.
- Tab till "Python" link in the left navigation and press enter.
- Tab till "Testing" link which is present under the python and press enter.
- Observe that on applying reflow resolution(320*256) two scroll bars are appearing for whole page.
Actual Result
On applying reflow resolution(320*256) two scroll bars are appearing for whole page.
Expected Result
On applying reflow resolution(320*256) two scroll bars are appearing for whole page. Only for the specific element such as image, table, etc. two scroll bars can be accepted.
User Impact
People with low display resolution may find difficulty in viewing the page and will miss the important content of the page.