WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Simpler patch
(6.54 KB, patch)
2009-09-16 19:50 PDT
,
Simon Fraser (smfr)
mitz: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2009-09-16 14:41:19 PDT
<
rdar://problem/7186095
>
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
http://trac.webkit.org/changeset/48470
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug