umbraco / Umbraco-CMS.Accessibility.Issues

6 stars 1 forks source link

Menu items - Reflow cuts off options #28

Open umbrabot opened 2 years ago

umbrabot commented 2 years ago

Menu items are now cut off in dropdowns

Steps to replicate:

  1. Access dashboard
  2. Set screen resolution to 1280 x 1024.
  3. Use your browser's settings to set the target page's zoom to 400%
  4. Lose of content for menu items

Issue: Reflow: Content must be visible without having to scroll in two dimensions

Why it matters: Having to scroll in two directions is difficult for everyone. Having to scroll in the direction of reading makes reading especially difficult for people with certain disabilities, including:

How to fix: Use responsive web design to ensure page content reflows to fit within the window whenever the viewport narrows or the text size changes.

Good: Do not require users to scroll in two directions. Better: Do not require users to scroll in the direction of reading:

W3 reference: https://www.w3.org/WAI/WCAG21/Understanding/reflow