Closed
Bug 517863
Opened 15 years ago
Closed 15 years ago
smoothscroll attribute doesn't support vertical arrowscollbox
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
People
(Reporter: sonny, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090910 Ubuntu/9.04 (jaunty) Firefox/3.5.3
Build Identifier:
The smoothscroll attribute works for:
<arrowscrollbox orient="horizontal" flex="1" smoothscroll="true">
<children/>
</arrowscrollbox>
but not for:
<arrowscrollbox orient="vertical" flex="1" smoothscroll="true">
<children/>
</arrowscrollbox>
Reproducible: Always
Reporter | ||
Updated•15 years ago
|
Component: XUL → XP Toolkit/Widgets: XUL
Version: unspecified → Trunk
Reporter | ||
Updated•15 years ago
|
Component: XP Toolkit/Widgets: XUL → XUL
Updated•15 years ago
|
Component: XUL → XUL Widgets
Product: Core → Toolkit
QA Contact: xptoolkit.widgets → xul.widgets
Comment 1•15 years ago
|
||
I think this has been fixed in 3.6 by bug 483552.
You need to log in
before you can comment on or make changes to this bug.
Description
•