-
Notifications
You must be signed in to change notification settings - Fork 155
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
[a11y] 9.1.4.4 - Text scalable to 200 % #5385
Comments
I don't know the reasoning. @LukasHirt maybe? |
IMO would be ok to include the topbar there as well. |
@kulmann @pascalwengerter @tbsbdr I'm not sure why a high zoom level is causing the isSidebarVisible() {
if (this.sidebarNavItems.length === 0) {
return false
}
return this.windowWidth >= 1200 || this.appNavigationVisible
} I fiddled around with anything that could be related to it but didn't have any success. I think someone with more experience with this architecture should have a look and and find the parameter that's causing this weird behaviour? |
Superseded by the more recent #10727 |
General notes
Note: This was tested with a browser window size of 1280 x 768 pixels and a zoom of 200%.
Status: rather not fulfilled
When copying or moving elements, the left menu disappears and doesn’t show up anymore like the hamburger button on the other sides.
Status: fulfilled
The text was updated successfully, but these errors were encountered: