Summary: | Hardware keyboard key-commands stop responding when viewing PDFs | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Tim Horton <thorton> | ||||
Component: | New Bugs | Assignee: | Tim Horton <thorton> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | adele, enrica, mitz, simon.fraser | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Tim Horton
2016-01-04 13:26:46 PST
Created attachment 268229 [details]
Patch
Comment on attachment 268229 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=268229&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:793 > + return [[self _currentContentView] becomeFirstResponder] || [super becomeFirstResponder]; Can’t use a dot here? |