WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
60982
Exiting full screen will leave up invisible full-screen window, blocking all mouse clicks.
https://bugs.webkit.org/show_bug.cgi?id=60982
Summary
Exiting full screen will leave up invisible full-screen window, blocking all ...
Jer Noble
Reported
2011-05-17 13:31:16 PDT
Exiting full screen will leave up invisible full-screen window, blocking all mouse clicks.
Attachments
Patch
(9.58 KB, patch)
2011-05-17 13:47 PDT
,
Jer Noble
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Jer Noble
Comment 1
2011-05-17 13:47:05 PDT
Created
attachment 93811
[details]
Patch
Jer Noble
Comment 2
2011-05-17 13:47:19 PDT
<
rdar://problem/9455104
>
Darin Adler
Comment 3
2011-05-17 18:15:27 PDT
Comment on
attachment 93811
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=93811&action=review
> Source/WebKit2/WebProcess/FullScreen/mac/WebFullScreenManagerMac.mm:138 > + if (m_rootLayer && m_rootLayer->children().contains(layer)) > return;
Seems a little silly to search the root layer for a layer of 0 when this is called with 0. This check could go after the !layer check.
Jer Noble
Comment 4
2011-05-17 23:16:37 PDT
Committed
r86738
: <
http://trac.webkit.org/changeset/86738
>
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