-
Notifications
You must be signed in to change notification settings - Fork 19
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
Certain Screen resolution hides main navigation but doesn't show minimal navigation #433
Comments
Which version of Nextcloud and Collectives do you use @RolandBBerlin? I cannot reproduce this with Collectives 2.1.0 on Nextcloud 25. |
In GitLab by @RolandBBerlin on Dec 1, 2022, 18:05 Nextcloud:25.0.1 Unfortunately I can still replicate the error (Chrome Browser on Mac). |
@RolandBBerlin do you know the exact screen resolution of your iPad? |
In GitLab by @RolandBBerlin on Dec 9, 2022, 16:02 The ipad has a resolution of 2048x1536 - actual resolution for browser ist still 1024x768. I just switched the resolution of my screen to 1024x768 and ran my browser in full screen - that reproduced the problem. |
I can reproduce this bug with a horrizontal screen resolution of exactly 1024px. One pixel higher or lower it's working as desired again 😬 |
This is a bug in @nextcloud/vue: nextcloud-libraries/nextcloud-vue#3758 |
Fixed by #573 |
In GitLab by @RolandBBerlin on Nov 21, 2022, 20:18
When displaying a collective and using an older Ipad the main navigation is not visible - you can only edit the main settings of the collective.
Reason is that in certain resolutions the main navigation bar is hidden, but the minimal navigation to change the page is not yet displayed. You can reproduce it by displaying a collective in a larger browser window. When you then reduce the horizontal size of the window gradually you will see that first the main navigation is hidden an for a certain amount of pixel only the hamburger menu is displayed. Only after a few more pixels later the smaller navigation menu is displayed.
The text was updated successfully, but these errors were encountered: