Bug 68481 - White flash when entering full-screen using element.webkitRequestFullScreen()
Summary: White flash when entering full-screen using element.webkitRequestFullScreen()
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: 2011-09-20 15:16 PDT by Tony Sung
Modified: 2011-09-26 12:51 PDT (History)
4 users (show)

See Also:


Attachments
Primary Test Case (330 bytes, text/html)
2011-09-20 15:16 PDT, Tony Sung
no flags Details
Patch (4.19 KB, patch)
2011-09-26 11:01 PDT, 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 Tony Sung 2011-09-20 15:16:32 PDT
Created attachment 108062 [details]
Primary Test Case

Steps to reproduce:

1. Ensure WebKit has "Use Multi-process Windows" on from the Debug menu (default).
2. Open the attached test case
3. Double click the window area to enter full-screen

Expected result:

The screen turns black and then shows the red square in the middle.

Actual result:

The screen turns black, and then flashes into white momentarily, before turning black again and showing the red square in the middle.
Comment 1 David Harrison 2011-09-21 08:58:06 PDT
rdar://10156362
Comment 2 Jer Noble 2011-09-26 11:01:32 PDT
Created attachment 108688 [details]
Patch
Comment 3 Jer Noble 2011-09-26 12:51:27 PDT
Committed r95978: <http://trac.webkit.org/changeset/95978>