-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Content Disappears at 320 CSS Pixel Viewport Width #227503
Comments
See duplicates for other relevant content losses. |
@Yoyokrazy it's probably best to consider these on a case-by-case basis. For example for the status bar one (#227503) this has always been a problem and I'm a little surprised we don't have an issue tracking it since the items just disappear rather than overflowing to some ... menu. For others it's a trade off whether we want to perfect the experience for small viewports, in some cases it doesn't make sense imo, vs ensuring that we support larger viewports with high zoom levels which is a more valid scenario. |
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Issue : Some content, such as "Ln 16 Col 1," "Spaces: 2," "UTF-8," and "LF," disappears when the page is viewed at a 320 CSS pixel width, making it inaccessible to users with low vision who need to resize text.
User Impact: Users with low vision who need to resize text may be unable to access this content.
Expected Behavior: The page should reflow to fit within the viewport without requiring horizontal scrolling, ensuring all content and functionality remain accessible.
Actual Behavior: Content disappears, requiring horizontal scrolling or causing loss of functionality.
Recommendation: Ensure that pages reflow properly without requiring two-dimensional scrolling at 320 CSS pixels. Consider moving content to a show/hide control, like a hamburger menu, to maintain accessibility.
The text was updated successfully, but these errors were encountered: