server
server copied to clipboard
[Bug]: File names are covered by side bar if browser window is 1024 pixels wide
⚠️ This issue respects the following points: ⚠️
- [x] This is a bug, not a question or a configuration/webserver/proxy issue.
- [x] This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- [x] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- [x] I agree to follow Nextcloud's Code of Conduct.
Bug description
When browser window is 1024 pixels wide, file names are covered by the side bar.
Steps to reproduce
- Go to /index.php/apps/files/files
- Run
xwit -resize 1024 1024 -id $(xwininfo|awk '/xwininfo: Window id: /{print $4}')on a terminal window - Click on browser window to resize it
Expected behavior
File names should either be right side of the side bar (like they are when browser window is 1025 pixels wide) or side bar should be hidden (like it is when browser window is 1023 pixels wide).
Nextcloud Server version
32
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.4
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 31 to 32)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- [ ] Default user-backend (database)
- [x] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
That's quite a specific bug, probably both check the width differently, so the behave this way when exactly on the dividing value 😅