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 heavily relies on bug reports created by its readers. Anyone can report a bug and be published.




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.

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes