[Webkit-unassigned] [Bug 45071] New: Only intercept ESC key press when autocorrection UI is visible.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 1 16:58:35 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45071
Summary: Only intercept ESC key press when autocorrection UI is
visible.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jpu at apple.com
This is related to autocorrection UI implemented in bug 44958, and <rdar://problem/8378285>.
Currently we dismiss autocorrection panel and return true whenever executeCancelOperation() is called. However, the regular functionality of ESC key is to stop loading. We should return false in executeCancelOperation() when correction panel isn't visible. By doing so, we allow the ESC key event to be handled by the upstream of responder chain.
--
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