| Summary: | Resizing the krusader window (making it smaller) is made at the expense of the Name column and truncates file names | ||
|---|---|---|---|
| Product: | [Applications] krusader | Reporter: | ccpizza <dogpizza> |
| Component: | general | Assignee: | Krusader Bugs Distribution List <krusader-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | alex.bikadorov, jan_lepper, krusader-bugs-null, nikita+kde |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | 2.7.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Display bug with 'Name' column on window resizing | ||
|
Description
ccpizza
2009-05-07 00:24:51 UTC
Created attachment 33410 [details]
Display bug with 'Name' column on window resizing
Still the case for current git. >Resize the krusader window to make it smaller and observe which columns are resized and which are not. Only the 'Name' column is resized in version 2.0.0.
For me this is definitely a feature because all columns except "Name" have content with a (more or less) fixed size. Only the length of filenames are heavily varying.
Both proposed options are a regression in my opinion.
(In reply to Alex Bikadorov from comment #3) > >Resize the krusader window to make it smaller and observe which columns are resized and which are not. Only the 'Name' column is resized in version 2.0.0. > > For me this is definitely a feature because all columns except "Name" have > content with a (more or less) fixed size. Only the length of filenames are > heavily varying. I also like current resizing policy, however in this extreme case it makes Krusader useless. > Both proposed options are a regression in my opinion. I second. Let's figure out a good way to address this. Let's consider the app in full width and now we slowly reduce the horizontal size. What should happen? IMO, the Name column should resize to a certain min width (like 6 symbols or so) and then other columns should: a) start resizing b) start hiding themselves in some priority c) be hidden in favor of a Brief View Do you like any of these options? Feel free to propose your own way. |