Bug 432052

Summary: Devices subpanel handles long device names poorly
Product: [Applications] dolphin Reporter: Wyatt Childers <kdebugs.81do7>
Component: panels: placesAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kfm-devel, nate
Priority: NOR    
Version: 20.12.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Devices overflowing the places panel

Description Wyatt Childers 2021-01-24 21:29:15 UTC
Created attachment 135143 [details]
Devices overflowing the places panel

SUMMARY
As it stands devices with long names result in a horizontal scroll bar in the places panel. This also throws off hard drive space reporting as you have to scroll all the way to the right or resize the places panel to see how much of the bar is really filled up.

STEPS TO REPRODUCE
1. Get a long device name (easiest way is probably to fuse mount a directory, or create a mapping between the host and the system via docker)

OBSERVED RESULT
See attached screenshot

EXPECTED RESULT

My thoughts are that, there should be no horizontal scrollbar, and one of the following should occur:
- The device gets a cleaned up name that's not so long
- The device name gets truncated i..e "/var/lib/docker/over..."
- The device name scrolls when hovered over

Presumably a tool tip would also be available so the full name can be observed on hover.

Definitely seems like something VDG could come up with a good solution for :)
Comment 1 Nate Graham 2021-01-25 15:59:18 UTC

*** This bug has been marked as a duplicate of bug 301758 ***