Closed
Bug 669392
Opened 14 years ago
Closed 14 years ago
File and Directory paths should be cropped in the middle and not at the beginning of the path
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: whimboo, Assigned: darktrojan)
References
Details
Attachments
(2 files, 1 obsolete file)
|
27.70 KB,
image/jpeg
|
Details | |
|
7.74 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0a1) Gecko/20110703 Firefox/7.0a1
The paths for files and directories are getting cropped at the beginning of the string. Instead we should crop and display ellipses in the middle of the string to give the user the chance to see the root path. Otherwise it's hard to figure out which file has been selected.
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
Version: 5 Branch → 7 Branch
| Assignee | ||
Comment 2•14 years ago
|
||
I'm not really a fan of cropping in the middle either, but I think it probably is better than at the start. I've also added a minimum width to the left-hand column to stop it getting swamped by a large filename in the right-hand column.
Comment 3•14 years ago
|
||
Where are these paths appearing?
What I usually do in such cases is:
a) provide a tooltip with the full path.
b) Use a textbox to display the path. It can be styled to not look like a textbox, and the user can copy the path.
Comment 4•14 years ago
|
||
Agreed with comment 3. When cropping text, the full text at least needs to show in a tooltip.
Being able to select and copy the path has some utility, but it makes the usual case of just reading the path less nice (since it essentially crops at the end, until you explicitly force the end to scroll into view).
Deferring to UX.
Keywords: uiwanted
Comment 5•14 years ago
|
||
Comment on attachment 553652 [details] [diff] [review]
patch
Review of attachment 553652 [details] [diff] [review]:
-----------------------------------------------------------------
Agreed with comment 3. When cropping text, the full text at least needs to show in a tooltip.
Being able to
Attachment #553652 -
Flags: review?(bmcbride) → review-
Comment 7•14 years ago
|
||
(In reply to Blair McBride (:Unfocused) from comment #4)
> Agreed with comment 3. When cropping text, the full text at least needs to
> show in a tooltip.
>
> Being able to select and copy the path has some utility, but it makes the
> usual case of just reading the path less nice (since it essentially crops at
> the end, until you explicitly force the end to scroll into view).
>
> Deferring to UX.
I agree, let's crop in the middle with "..." and show the full string in a tooltip.
Keywords: uiwanted
| Assignee | ||
Comment 8•14 years ago
|
||
Attachment #553652 -
Attachment is obsolete: true
Attachment #590443 -
Flags: review?(bmcbride)
Updated•14 years ago
|
Attachment #590443 -
Flags: review?(bmcbride) → review+
| Assignee | ||
Comment 9•14 years ago
|
||
Flags: in-testsuite+
Flags: in-litmus-
Target Milestone: --- → mozilla12
Comment 10•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•