Closed
Bug 12424
Opened 26 years ago
Closed 26 years ago
[BLOCKER] scroll bars do not appear in xul document
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ckritzer, Assigned: eric)
References
(
URL
)
Details
(Whiteboard: Should be fixed by 9471)
Overview Description: scroll bars do not appear in xul document
Steps to Reproduce:
1) Launch 19990824xx build of WinNT, MacOS86 or Linux6
2) Open the res/samples/checkboxText.xul file
3) Document is larger than the screen will allow, but no scroll bars appear
Actual Results:
Document is larger than the screen will allow, but no scroll bars appear
Expected Results:
Appearance of scroll bar(s)
Build Date & Platform Bug Found:
1999082412 WinNT
1999082409 MacOS86
1999082408 Linux6
Additional Builds and Platforms Tested On:
Additional Information:
Updated•26 years ago
|
Assignee: trudelle → evaughan
Comment 1•26 years ago
|
||
reassigning to evaughan for triage
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
I'm currently adding the ability for boxes to support overflow: scroll, auto. If
you wish a xul file to show scrollbars you will have to specify overflow for the
window tag. So when I finished this fix for boxes this should work as well.
| Assignee | ||
Updated•26 years ago
|
Whiteboard: Should be fixed by 9471
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
You can now make make a xul document have scrollbars by setting overflow: auto
on the window tag. For example:
<window style="overflow: auto" ...
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Reporter | ||
Comment 4•26 years ago
|
||
Bug reopened. Scrollbar still does not appear in test URL on 1999102599
apprunner build on MacOS86, Linux6 and Win98.
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•26 years ago
|
||
Ok I changed the example to use overflow auto.
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 7•26 years ago
|
||
Marking VERIFIED FIXED in:
Linux6 1999112908 apprunner
MacOS86 1999112908 apprunner
WinNT 1999112908 apprunner
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: ckritzer → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•