Closed Bug 561047 Opened 15 years ago Closed 15 years ago

ListBox doesn't display scrollbar

Categories

(Core :: XUL, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 553814

People

(Reporter: fabi, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 Build Identifier: xulrunner-1.9.3a5pre.en-US.win32 ListBox element with RDF as datasource. <listbox class="wideList" rows="5" id="airportsLstbx" datasources="rdf:null" ref="http://foo.bar/field" sortResource="http://foo.bar/rdf#code" sortDirection="ascending" disableKeyNavigation="false"> <listhead> <listheader oncommand="changeSortDirection(1)" sortable="true" sortDirection="ascending" label="Field 1" minwidth="4em" class="sortDirectionIndicator" id="sortColumn1" /> <listheader oncommand="changeSortDirection(2)" sortable="false" sortDirection="" label="Field 2" flex="1" id="sortColumn2" /> </listhead> <listcols> <listcol minwidth="4em" /> <listcol flex="1" /> </listcols> <template> <listitem uri="rdf:*"> <listcell minwidth="4em" label="rdf:http://foo.bar/rdf#code" /> <listcell flex="1" label="rdf:http://foo.bar/rdf#name" /> </listitem> </template> </listbox> Reproducible: Always Steps to Reproduce: 1. Create ListBox element with RDF content 2. Display Actual Results: No scrollbar is visible upon load. Scrollbar is visible by clickin on list item and using the arrow down button to scroll. Expected Results: Scrollbar is visible all the time.
Probably bug 553814
Yes, it's the same bug. Marked as duplicate.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.