Opera absolute<fixed Nested Positioning

An absolute positioned element inside a fixed positioned element disappears after scrolling down one page height.

div#sidebar { position: fixed; top: 0; bottom: 0; }

div#disappearing { position: absolute; bottom: 0; }

ppknote: Opera 9 beta has a different bug, but this situation is still buggy. It doesn't recalculate the height of the fixed layer when the page is resized.

Test page Workaround is not included
Reported by: Chris Sullins.

Opera | Reported on 17 February 2006.

This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.




Search reports by browser:

Atom RSS

Comments

(Add your own)

1 Posted by Frenzie on 19 February 2006 | Permalink

It seems to me that this is fixed in Opera 9tp2 and higher. 9tp1 and lower affected.