Closed
Bug 273177
Opened 21 years ago
Closed 21 years ago
divs with position: fixed disapears when scrolling down
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 268111
People
(Reporter: honza.kacko, Assigned: roc)
References
()
Details
(Whiteboard: RESO/WFM?)
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041122
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041122
http://www.lopuch.cz/vsechno.php, there is menu with position: fixed, which
disapears when scrolling down. Sometimes it appears back when page is scrolled
back to top, sometimes there is only a free space.
Reproducible: Sometimes
Steps to Reproduce:
1.Open http://www.lopuch.cz/vsechno.php
2.Try to scroll down do the page sometimes (maybe u need to use scrolling-wheel)
3.
Actual Results:
div with position:fixed disapears
With 1.8a3 and all previous versions this did not happen.
Comment 1•21 years ago
|
||
What div should be position: fixed on this page? Can you paste the piece of
HTML/CSS which makes/is position: fixed on this page?
Reporter | ||
Comment 2•21 years ago
|
||
OMG it is not a DIV but a table (sorry)
<TABLE border=0 cellSpacing=0 cellpadding=0 width="100%" height="17"
class="holiT" id="horni_lista">
and id "horni_lista" is specified in http://www.lopuch.cz/s.css as
table[id="horni_lista"] { position: fixed }
Comment 3•21 years ago
|
||
well not a div but a table, though is irrelevant mostly
Though anyway, it WFM on current trunk code, I'll leave for someone else to
verify and actually mark it as such
Whiteboard: RESO/WFM?
Comment 4•21 years ago
|
||
Ah it seems this table disappears when scrolling down while loading the page.
Comment 5•21 years ago
|
||
For a minimal testcase see the url.
Comment 6•21 years ago
|
||
*** This bug has been marked as a duplicate of 268111 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•