RESOLVED FIXED Bug 29314
Elements appear behind <video> when they should be in front sometimes
https://bugs.webkit.org/show_bug.cgi?id=29314
Summary Elements appear behind <video> when they should be in front sometimes
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.