Closed
Bug 384491
Opened 18 years ago
Closed 18 years ago
<xul:listboxbody style="overflow: hidden" /> causes "###!!! ASSERTION: Unable to install the scrollbar mediator on the listbox widget. You must be using GFX scrollbars."
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: smaug)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
|
195 bytes,
application/xhtml+xml
|
Details | |
|
2.08 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: Unable to install the scrollbar mediator on the listbox widget. You must be using GFX scrollbars.: 'Error', file /Users/jruderman/trunk/mozilla/layout/xul/base/src/nsListBoxBodyFrame.cpp, line 250
| Reporter | ||
Comment 1•18 years ago
|
||
| Assignee | ||
Comment 2•18 years ago
|
||
taking for now.
I think the assertion is just bogus.
Assignee: nobody → Olli.Pettay
| Assignee | ||
Comment 3•18 years ago
|
||
Any reason why not to do this?
nsIScrollableFrame does return null scrollbarboxes if overflow is hidden. http://lxr.mozilla.org/seamonkey/source/layout/generic/nsGfxScrollFrame.cpp#1629
Attachment #268428 -
Flags: review?(roc)
Attachment #268428 -
Flags: superreview+
Attachment #268428 -
Flags: review?(roc)
Attachment #268428 -
Flags: review+
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•