Closed
Bug 475324
Opened 17 years ago
Closed 17 years ago
Bottom of page not visible, and no scrollbar
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: xlator, Unassigned)
References
()
Details
Attachments
(1 file)
|
108.91 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
The page http://people.redhat.com/drepper/ is not visible to the bottom, as the menus on the left side reach out from the page. Erroneously, there is no scrollbar available.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•17 years ago
|
Component: General → Layout: R & A Pos
Product: Firefox → Core
QA Contact: general → layout.r-and-a-pos
Comment 2•17 years ago
|
||
The absolute positioned div is taken out of the normal flow so it will not cause scrollbars.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Sorry but why is this invalid ?
If the information displayed is wider/higher than the display area, scrollbars should be shown. That's what scrollbars are for.
Or am I wrong ???
Comment 5•17 years ago
|
||
The website is styling their page that way, they want that menu not to affect the document flow, and that's why there are no scrollbars. Read the spec http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme .
You need to log in
before you can comment on or make changes to this bug.
Description
•