Closed Bug 273177 Opened 20 years ago Closed 20 years ago

divs with position: fixed disapears when scrolling down

Categories

(Core :: Web Painting, defect)

x86
Windows 98
defect
Not set
normal

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.
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?
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 }

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?
Ah it seems this table disappears when scrolling down while loading the page.

*** This bug has been marked as a duplicate of 268111 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Component: Layout: View Rendering → Layout: Web Painting
You need to log in before you can comment on or make changes to this bug.