Closed
Bug 319448
Opened 19 years ago
Closed 19 years ago
XUL tree using horizontal scrollbars doesn't work
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 212789
People
(Reporter: dmatag, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8) Gecko/20051107 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8) Gecko/20051107 Firefox/1.5
Using horizontal scrollbar in a xul-tree causes de same effect than using vertical scrollbar. The data grid moves vertically and data disappear
Reproducible: Always
Steps to Reproduce:
1. Copy this code in a xul stack
<tree id="TABLE_EDIT" top="350" left="20" width="240" height="192" style="overflow: auto">
<treecols>
<treecol id="col0" maxwidth="60" collapsed="true"/>
<treecol id="col1" label="link" minwidth="90" />
<treecol id="col2" label="text" flex="1" />
<treecol id="col3" label="combo" minwidth="150" />
<treecol id="col4" label="importe" minwidth="100" />
<treecol id="col5" label="dddd"/>
<treecol id="col6" label="fecha" />
<treecol id="col7" label="ccc" />
</treecols>
<treechildren flex="1">
<treeitem>
<treerow>
<treecell label="HHHHHHHHH"/>
<treecell label="www.mozilla.org"/>
<treecell label="texto de ejemplo"/>
<treecell label="ccccccccccccc"/>
<treecell label="2323232323.23"/>
<treecell label=" fjdsalfj sldñakfj ñsadkfj sdka "/>
<treecell label="21/12/2005"/>
<treecell label="21030850401111111111"/>
</treerow>
</treeitem>
</treechildren>
</tree>
Actual Results:
Data placed at right goes disappearing.
Expected Results:
It must show data placed at right
Is there any way to make always visible the vertical scrollbar when width is greater
Comment 1•19 years ago
|
||
*** Bug 319449 has been marked as a duplicate of this bug. ***
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 212789 ***
Severity: critical → normal
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•