-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Copy link
Labels
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- 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)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response