Closed
Bug 284585
Opened 20 years ago
Closed 20 years ago
xul listbox/tree horizontal scrollbar
Categories
(Toolkit :: View Source, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: joeri, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050110 Firefox/1.0 (Debian package 1.0+dfsg.1-2) When creating a listbox or tree in XUL with horizontal and vertical scrollbars, the vertical scrollbar is not visible. You first have to scroll horizontal before the vertical scrollbar gets visible. An example can be viewed at http://www.edarta.be/XUL/listbox.php I use overflow: -moz-scrollbars-horizontal; in the tree or listbox tag. Thanks. Joeri Reproducible: Always Expected Results: A tree or listbox with both horizontal and vertical scrollbars visible.
Comment 1•20 years ago
|
||
Trees are known not to support horizontal scrolling yet, but that's a separate bug. Listboxes support horizontal scrolling if any of the cells are wider than the body. However setting overflow on the listbox itself is incorrect.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•