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

Notebook page at 400% cannot see the notebook title, the language of the notebook, the jupyter link to go back, or the help dropdown. In addition the "Not Trusted" block is partially cut off when appearing (also can't edit the title of the notebook but revealing it will most likely fix this). #6932

Open
Tracked by #6800
tonyfast opened this issue Jun 17, 2023 · 4 comments

Comments

@tonyfast
Copy link
Collaborator

tonyfast commented Jun 17, 2023

Issue Area # 2

  • Expectation: Can the page be zoomed to 400% zoom in a 1280px wide display without requiring two scroll bars? (WCAG Criteria 1.4.10 (AA)).
  • Observed:
    • Notebook page at 400% magnification cannot see the notebook title, the language of the notebook, the jupyter link to go back, or the help dropdown. In addition the "Not Trusted" block is partially cut off when appearing (also can't edit the title of the notebook but revealing it will most likely fix this).
@tonyfast
Copy link
Collaborator Author

the #top-panel-wrapper hides all of its children when zoomed in enough.. the class lm-mod-hidden should not be added to the element.

the "not trusted" bit can be improved by allowing for scroll overflow. something like overflow: auto;.

@tonyfast
Copy link
Collaborator Author

should be able to edit the title after when zoomed in 400% #6926

@andrii-i andrii-i added bug and removed status:Needs Triage Applied to issues that need triage labels Jun 20, 2023
@tonyfast
Copy link
Collaborator Author

tonyfast commented Jun 28, 2023

cool news! jupyterlab/jupyterlab#14626 jupyterlab/jupyterlab#14626 partially address this.

@jtpio
Copy link
Member

jtpio commented Jul 17, 2023

There is now a new PR upstream: jupyterlab/jupyterlab#14766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants