RESOLVED FIXED 84916
Placeholder view is immediately removed from hosting window upon entering full screen.
https://bugs.webkit.org/show_bug.cgi?id=84916
Summary Placeholder view is immediately removed from hosting window upon entering ful...
Jer Noble
Reported 2012-04-25 17:45:26 PDT
Placeholder view is immediately removed from hosting window upon entering full screen.
Attachments
Patch (3.39 KB, patch)
2012-04-25 17:48 PDT, Jer Noble
darin: review+
buildbot: commit-queue-
Jer Noble
Comment 1 2012-04-25 17:48:46 PDT
Darin Adler
Comment 2 2012-04-25 17:54:32 PDT
Comment on attachment 138908 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=138908&action=review > Source/WebKit/mac/WebView/WebFullScreenController.mm:457 > + [[view superview] addSubview:otherView positioned:NSWindowAbove relativeTo:otherView];r114567 Oops.
Build Bot
Comment 3 2012-04-25 17:56:06 PDT
Darin Adler
Comment 4 2012-04-25 17:56:35 PDT
Comment on attachment 138908 [details] Patch r=me but please don't check in the typo since its ill break the build! What about test coverage?
Jer Noble
Comment 5 2012-04-25 19:46:37 PDT
(In reply to comment #4) > (From update of attachment 138908 [details]) > r=me but please don't check in the typo since its ill break the build! Whoops. I fixed that in the WebKit2 side of the patch; I'll fix it here too. > What about test coverage? This issue was found by manual testing, and this fix will require manual testing too.
Jer Noble
Comment 6 2012-04-26 09:51:45 PDT
Note You need to log in before you can comment on or make changes to this bug.