[Webkit-unassigned] [Bug 48044] Pressing Ctrl+W when viewing a full-page PDF destroys the WKView but doesn't close its parent window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 20 23:17:01 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48044





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-10-20 23:17:01 PST ---
Adobe Reader is sending the WKView a WM_CLOSE message when the user presses Ctrl+W. WKView doesn't handle WM_CLOSE, so it gets passed along to ::DefWindowProcW, which turns around and calls ::DestroyWindow. But the UI client never gets to find out about any of this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list