Bug 320167

Summary: File names longer than available space are no longer elided with "..."
Product: [Applications] dolphin Reporter: Christoph Feck <cfeck>
Component: view-engine: icons modeAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Feck 2013-05-23 11:22:50 UTC
(using today's master, but bug might be about a week old)

Steps to reproduce:
- set Dolphin to only show a single text line under icons
- browse a directory with long file names, e.g. "irident-developer_21-376x88.gif"

Actual result:
- file names are cropped, e.g. "irident-developer_21-"

Expected result:
- file names appear elided, e.g. "irident-developer_..."

Eliding works in other view modes.
Comment 1 Frank Reininghaus 2013-05-23 11:26:48 UTC
Thanks for the bug report! Are you sure that this is a regression? To my knowledge, there are no recent changes that might have caused a change concerning the eliding of file names. Maybe this is bug 304558?
Comment 2 Christoph Feck 2013-05-23 11:49:00 UTC
Just tried master from one month ago, and it has the same issue, so the bug is indeed older. Strange, I only noticed it now.

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