Closed (fixed)
Project:
File Entity Browser
Version:
2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2023 at 12:49 UTC
Updated:
8 Oct 2025 at 10:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dzinkevich commenteddzinkevich created an issue. See original summary.Edit: missed a line in the patch
Comment #2
dzinkevich commentedEdit: missed a line in the patch, see #3
Comment #3
dzinkevich commentedHere is a patch that shows the full filename on hover:
Comment #4
d.fisher commentedThis looks and sounds sensible. This will need a MR through gitlab to ensure pipelines pass etc. I will do this!
Comment #6
d.fisher commentedPlease test this still meets you requirements with MR!11 against the 2.x branch.
MR is here: https://git.drupalcode.org/project/file_browser/-/merge_requests/11
To apply via composer patches simply add .patch to the end of the url to reach a remote patch:
https://git.drupalcode.org/project/file_browser/-/merge_requests/11.patch
Let's get this one RTBC and merged!
Comment #7
d.fisher commentedComment #8
d.fisher commentedAnyone want to review this one and mark as RTBC if it solves the issue?
Comment #9
anirudhsingh19 commentedreviewing this
Comment #10
anirudhsingh19 commentedThe MR solves the issue, now on hover the full name of the file can be seen. Attaching the screenshots for before and after on hover. I also tried to add a file with too long file name but the max-length is 240 characters, so the whole block overflowing out of the box won't be a problem here.
Comment #11
d.fisher commentedMerged to 2.x and will be in the next tagged release. Thank you! Marking as fixed.