Bug 29314

Summary: Elements appear behind <video> when they should be in front sometimes
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch, testcase, changelog
none
Simpler patch mitz: review+

Simon Fraser (smfr)
Reported 2009-09-16 14:40:54 PDT
Certain configurations of content layer incorrectly with <video> when accelerated compositing is enabled. This is fallout from bug 27021.
Attachments
Patch, testcase, changelog (8.51 KB, patch)
2009-09-16 17:22 PDT, Simon Fraser (smfr)
no flags
Simpler patch (6.54 KB, patch)
2009-09-16 19:50 PDT, Simon Fraser (smfr)
mitz: review+
Simon Fraser (smfr)
Comment 1 2009-09-16 14:41:19 PDT
Simon Fraser (smfr)
Comment 2 2009-09-16 17:22:03 PDT
Created attachment 39669 [details] Patch, testcase, changelog
Simon Fraser (smfr)
Comment 3 2009-09-16 19:50:10 PDT
Created attachment 39677 [details] Simpler patch
mitz
Comment 4 2009-09-17 09:28:25 PDT
Comment on attachment 39677 [details] Simpler patch > + if (overlapMap && overlapMap->size()) { This is better expressed as !overlapMap.isEmpty()
Simon Fraser (smfr)
Comment 5 2009-09-17 09:56:59 PDT
Note You need to log in before you can comment on or make changes to this bug.