WebKit2: Cancelling full screen before animation completes leads to full screen window staying up
If the user cancels full screen mode before the enter full screen animation completes, Safari leaves the full screen window up containing the (non-full screen) page content.
<rdar://problem/9411473>
Created attachment 92915 [details] Patch
Comment on attachment 92915 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92915&action=review > Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm:-322 > > - _isAnimating = NO; Should remove this excess blank line too.
(In reply to comment #4) > (From update of attachment 92915 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=92915&action=review > > > Source/WebKit2/UIProcess/mac/WKFullScreenWindowController.mm:-322 > > > > - _isAnimating = NO; > > Should remove this excess blank line too. Will do. Thanks!
Committed r86186: <http://trac.webkit.org/changeset/86186>