Closed
Bug 268834
Opened 20 years ago
Closed 20 years ago
need to add support of splitter to listbox element
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: surkov, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616
Need a possibility to change size of listheaders of listbox element by splitter.
Need to add class to splitter to use it in listbox as in tree case. In instance:
<listbox flex="1">
<listhead>
<listheader label="header1"/>
<splitter class="list-splitter"/>
<listheader label="header2"/>
</listhead>
<listcols>
<listcol flex="1"/>
<listcol flex="1"/>
</listcols>
<listitem>
<listcell label="cell1"/>
<listcell label="cell2"/>
</listitem>
</listbox>
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
It's not going to work. Unlike a tree whose treecol elements both govern the display of the tree and are themselves visible elements, the listcol elements are invisible and therefore cannot have splitters, while the listheader elements are visible but don't affect the display.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•20 years ago
|
||
Maybe it is difficulty to add a splitter (ability of columns resize). Sometimes listbox is more convenient than tree but tree will be used instead of listbox (in case that ability of columns resize isn't presented) in spite of the fact that listbox is more convenient. Area of listbox application is coincided with area of select html element with specified attribute size.
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
•