Closed
Bug 185077
Opened 23 years ago
Closed 23 years ago
window needs to be redrawn before page is rendered correctly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 158398
People
(Reporter: benjamin, Unassigned)
References
()
Details
Attachments
(1 file)
|
223 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
This constellation creates...
- the page contains an element that is to fixed to the screen (position:fixed;)
- the page is shorter tahn the drawing area (no scrollbar is needed)
... this Bug:
the page needs to be redrawn (by resizing the window or opening another in this
window) before it is rendered correctly.
Reproducible: Always
Steps to Reproduce:
1. Go to above URL
-> The text "Top of Page" is rendered over the sase logo in the top left corner
(WRONG)
2. Resize the window
-> The text "Top of Page" is rendered in the right sidebar, unter the society's
name (RIGHT)
Sorry, I don't have the time to create a simplified testcase. Maybe i'll get to
it later.
Comment 1•23 years ago
|
||
Yup, I also see the same thing with build 2002121204, Win98.
| Reporter | ||
Comment 2•23 years ago
|
||
Very simple testcase.
A dupe of bug 158398?
| Reporter | ||
Comment 4•23 years ago
|
||
*** This bug has been marked as a duplicate of 158398 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•