Bug 165080 - Composited negative z-index elements are hidden behind the body sometimes
Summary: Composited negative z-index elements are hidden behind the body sometimes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-26 14:24 PST by Simon Fraser (smfr)
Modified: 2016-11-26 18:07 PST (History)
6 users (show)

See Also:


Attachments
Patch (9.58 KB, patch)
2016-11-26 14:28 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2016-11-26 14:24:45 PST
Composited negative z-index elements are hidden behind the body sometimes
Comment 1 Simon Fraser (smfr) 2016-11-26 14:28:04 PST
Created attachment 295441 [details]
Patch
Comment 2 zalan 2016-11-26 17:42:22 PST
Comment on attachment 295441 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=295441&action=review

> Source/WebCore/rendering/RenderBox.cpp:1375
> +bool RenderBox::paintsOwnBackground() const

RenderBlock might be a better fit.
Comment 3 WebKit Commit Bot 2016-11-26 18:07:15 PST
Comment on attachment 295441 [details]
Patch

Clearing flags on attachment: 295441

Committed r208981: <http://trac.webkit.org/changeset/208981>
Comment 4 WebKit Commit Bot 2016-11-26 18:07:19 PST
All reviewed patches have been landed.  Closing bug.