Closed
Bug 265571
Opened 20 years ago
Closed 19 years ago
XUL grids should allow horizontal scrolling
Categories
(Core :: XUL, enhancement)
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: nrlz, Unassigned)
Details
Attachments
(1 file)
|
23.05 KB,
image/gif
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Problem: All grids (i.e., "<grid></grid>") that I have used right now do not support horizontal scrolling. All content must fit horizontally in the space and if not, it trails with elipsis. If a particular column has a very long text (i.e., URLs or descriptions in the Bookmark Manager or Page Info window), I can only resize the column to the maximum width before it gets restricted by the window size. The temporary remedy is to resize the window but that is not always possible or sufficient. Proposal: On Microsoft Windows, the native grid components allow the columns to be sized beyond the width of the window. Once beyond, a horizontal scrollbar appears. (see attachment). This is better because I can resize the columns however wide I want and then I can use the scrollbar to read the long text. I think Mozilla/Firefox should do this. P.S. This also applies to trees (<tree></tree>) too I think. Reproducible: Always Steps to Reproduce: Actual Results: Columns should allow resizing beyond boundary of control and window. When boundary is broken, horizontal scrollbar should be available.
Comment 2•20 years ago
|
||
There is already a bug covering <tree> scrolling...
| Comment hidden (obsolete) |
Comment 4•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•