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+
Jer Noble
Comment 1 2011-05-17 13:47:05 PDT
Jer Noble
Comment 2 2011-05-17 13:47:19 PDT
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
Note You need to log in before you can comment on or make changes to this bug.