Skip to content
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

AUDIT - Menu Bar Zoom #11

Open
4 tasks done
Tracked by #7
trallard opened this issue Aug 2, 2022 · 1 comment
Open
4 tasks done
Tracked by #7

AUDIT - Menu Bar Zoom #11

trallard opened this issue Aug 2, 2022 · 1 comment

Comments

@trallard
Copy link
Member

trallard commented Aug 2, 2022

  • 200%
  • 400%
  • Change the default value of text size from 16 to 30 in the web browser
  • Test with different screen sizes

References

@steff456
Copy link
Contributor

steff456 commented Aug 3, 2022

These are the results of the Zoom Audit,

Icon behavior

image

Menubar behavior

image

Notes

  • The height is defined in px, therefore it doesn't change with the zoom or with the default text size defined in the web browser
  • The menu items start getting lost as zoom increases
  • The dropdown menus are not visible or usable with 400% zoom
  • Changing the default text size doesn't do any effect in Jlab UI, but changing the minimum text size in the browser does create changes where text overflows.
  • Modifying to responsive layouts break the sidebar and its usability, in the same way it breaks in 400% zoom

Suggestions

  • The definition of height is working as they are and they have sense to leave them in px.
  • A hamburger menu may need to be added when the space is smaller to avoid loosing items. This needs to be discussed.
  • The dropdown menus should open to the left/right depending where there's more space in the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done 💪🏾
Development

No branches or pull requests

2 participants