server icon indicating copy to clipboard operation
server copied to clipboard

[Bug]: File names are covered by side bar if browser window is 1024 pixels wide

Open mijutu opened this issue 1 month ago • 1 comments

⚠️ This issue respects the following points: ⚠️

Bug description

When browser window is 1024 pixels wide, file names are covered by the side bar.

Steps to reproduce

  1. Go to /index.php/apps/files/files
  2. Run xwit -resize 1024 1024 -id $(xwininfo|awk '/xwininfo: Window id: /{print $4}') on a terminal window
  3. 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

mijutu avatar Dec 05 '25 10:12 mijutu

That's quite a specific bug, probably both check the width differently, so the behave this way when exactly on the dividing value 😅

provokateurin avatar Dec 08 '25 07:12 provokateurin