When reviewing a deep nested patch ie http://drupal.org/node/1178246#comment-4943800 the filenames are not visible.
Attached patch adds a horizontal scrollbar

| Comment | File | Size | Author |
|---|---|---|---|
| #2 | dreditor-horizontal-scroll-1269732-2.patch | 923 bytes | clemens.tolboom |
| #1 | dreditor-horizontal-scroll_0.patch | 915 bytes | helmo |
| dreditor-horizontal-scroll.patch | 925 bytes | clemens.tolboom | |
| Add Symfony2 HttpFoundation library to core | drupal.org-1.png | 25.62 KB | clemens.tolboom |
Comments
Comment #1
helmo commentedHas the desired effect, but
overflow: auto;would look better.Comment #2
clemens.tolboomNice catch ... auto is way better then scroll.
I could not apply the patch through git so new patch attached.
Comment #3
sunHm. I think we should keep the enforced vertical scroll, and only apply auto to horizontal.
Comment #4
helmo commentedI don't really see a benefit to always have the vertical scroll but don't mind having it either.
Comment #5
Tor Arne Thune commentedWith the introduction of a directory structure based on PSR-0, it has become increasingly difficult to see anything useful in the file list, as the useful part of the filepaths can often be found at the end. I think a solution to this issue would make the file list more useful.
It could also be possible to make the file list column expandable by dragging.
Comment #6
markhalliwellThis was fixed by #2026847: Make the dreditor file browser wide enough to be useful with PSR-0 paths and allow scrolling which also makes the entire sidebar resizable.