Bug 75913 - Elements can appear over fullscreen video
Summary: Elements can appear over fullscreen video
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jer Noble
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-01-09 17:02 PST by Jer Noble
Modified: 2012-01-10 09:38 PST (History)
0 users

See Also:


Attachments
Patch (4.07 KB, patch)
2012-01-09 17:15 PST, Jer Noble
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jer Noble 2012-01-09 17:02:08 PST
Elements can appear over fullscreen video
Comment 1 Jer Noble 2012-01-09 17:02:28 PST
If you have an absolutely positioned video with a lower z-index than an absolutely positioned div, then div will be drawn above the video when going fullscreen.
Comment 2 Jer Noble 2012-01-09 17:02:37 PST
<rdar://problem/10010690>
Comment 3 Jer Noble 2012-01-09 17:15:17 PST
Created attachment 121763 [details]
Patch
Comment 4 Simon Fraser (smfr) 2012-01-09 22:19:14 PST
Comment on attachment 121763 [details]
Patch

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

> Source/WebCore/ChangeLog:12
> +        object, make the two renderer's sibling.  Then the stacking context created by the placeholder

"make the two renderers siblings"?
Comment 5 Jer Noble 2012-01-10 08:50:51 PST
Comment on attachment 121763 [details]
Patch

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

>> Source/WebCore/ChangeLog:12
>> +        object, make the two renderer's sibling.  Then the stacking context created by the placeholder
> 
> "make the two renderers siblings"?

Oh ick. Unnecessary apostrophe /and/ a plural mismatch? I hang my head in shame.
Comment 6 Jer Noble 2012-01-10 09:38:47 PST
Committed r104589: <http://trac.webkit.org/changeset/104589>