Skip to content
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

Sidebar cripples file name which is not visible #7471

Closed
dragotin opened this issue Aug 17, 2022 · 3 comments · Fixed by #7475
Closed

Sidebar cripples file name which is not visible #7471

dragotin opened this issue Aug 17, 2022 · 3 comments · Fixed by #7475
Assignees
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@dragotin
Copy link

When a file has a long file name, it can not be displayed completely in the top of the sidebar.

However, if the sidebar is narrow enough, there is no visible indication that the file name was shortened, as it is in the main view with the dots.

image

A good solution would be to add the ... dots to the filename display.

@kulmann kulmann added Type:Bug Something isn't working Priority:p3-medium Normal priority labels Aug 17, 2022
@kulmann
Copy link
Contributor

kulmann commented Aug 17, 2022

We decided a few weeks ago that the right sidebar / details section should never truncate the file name. While we implemented that, your reported issue is still valid unfortunately. File names without blanks get cut off at a certain point. Needs to be fixed (ideally by still breaking into the next line)

@tbsbdr
Copy link

tbsbdr commented Aug 17, 2022

thx for the issue and the oldschool matrix-styled sourcecode :-D

Some refinement of the bug description for the current version of Web:

Current behavior

Expected behavior

  • resource name: word-break: break-all
  • private-Link: Space should not break, align to top.

@AlexAndBear
Copy link
Contributor

AlexAndBear commented Aug 17, 2022

Fix in:
#7475
image

Note
We have several issues like that, for example when the user's display name gets quite long:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants