Open
Bug 192560
Opened 23 years ago
Updated 3 years ago
scroll bars do not appear in xul document
Categories
(Core :: XUL, defect, P5)
Tracking
()
NEW
People
(Reporter: moz-bugs, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
16.39 KB,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
This is likely a duplicate of bug 12424, however I don't have permissions to
reopen that, so here I am opening a new bug.
Basically, when content in a XUL window overflows the available space,
scrollbars fail to appear, even with overflow: scroll set on the window element.
However, with overflow set to scroll, I can scroll using the mouse wheel - when
it is set to visible, I can't. Its as if the scrollbars are being created, but
not shown.
Reproducible: Always
Steps to Reproduce:
1. Visited the testcase I am about to attach
2. Ensure the content window is smaller than the content height
Actual Results:
No scrollbar appears, but I can use the mousewheel to scroll
Expected Results:
A scrollbar should have appeared on the right side of the window
| Reporter | ||
Comment 1•23 years ago
|
||
Testcase
I'll take it
Assignee: hyatt → roc+moz
Comment 3•23 years ago
|
||
confirming (2003021508/win2k).
Severity: major → minor
Priority: -- → P5
Comment 4•22 years ago
|
||
This bug also observed with:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5a) Gecko/20030728 Mozilla
Firebird/0.6.1
OS: Windows 2000
| Reporter | ||
Comment 5•22 years ago
|
||
Is this bug related to bug 230554?
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
Assignee: roc → nobody
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•