RESOLVED FIXED 32180
Video can overlap position:fixed element when scrolling
https://bugs.webkit.org/show_bug.cgi?id=32180
Summary Video can overlap position:fixed element when scrolling
Simon Fraser (smfr)
Reported 2009-12-04 16:32:58 PST
On the page in the URL, make the window short enough so that when you scroll up, the video overlaps the position:fixed bar at the bottom. Note that it's possible to get into a state where the video can overlap the position:fixed bar. Resizing the window fixes it. The issue here is that we're not doing layout on scroll, so we're not running the overlap logic in RenderLayerCompositor::computeCompositingRequirements().
Attachments
Patch (97.93 KB, patch)
2010-01-27 16:48 PST, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2010-01-25 21:21:51 PST
Also seen on nyt.com, and in NetNewsWire themes.
Simon Fraser (smfr)
Comment 2 2010-01-27 16:48:39 PST
Simon Fraser (smfr)
Comment 3 2010-01-28 10:07:29 PST
Note You need to log in before you can comment on or make changes to this bug.