Closed
Bug 1905
Opened 26 years ago
Closed 26 years ago
header <h1> <h2> .. etc. Displaying improperly.
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jgleason, Assigned: troy)
References
()
Details
The page has about 1 inch of whitespace on either side. The scroll bar is placed
about an inch from the right as well. The headers are cut off at the beginning.
I think this was mistakenly assigned to me. Looks like a non-table layout bug.
The bug is caused by scrolling be a property of the BODY element instead of the
HTML element. Troy is working on that very bug so I'm giving it to him...
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Scrollbar is now associated with the HTML element (not the BODY) and so it's
positioned correctly and the headings are no longer being cut off.
There's a problem with the BODY background color not being displayed all the
way to the edges of the viewport, but that's a separate problem covered by
bug #2016
Updated•26 years ago
|
QA Contact: 4120
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
Verified Fixed on winNT build 99081.
You need to log in
before you can comment on or make changes to this bug.
Description
•