RESOLVED FIXED 116756
AX: WKView is unable to set AXFocused to YES and does not handle keyboard events as expected
https://bugs.webkit.org/show_bug.cgi?id=116756
Summary AX: WKView is unable to set AXFocused to YES and does not handle keyboard eve...
chris fleizach
Reported 2013-05-24 22:40:06 PDT
It appears that if AXFocused is set to YES on a web view that accepts text editing, the WebView does not become the first responder
Attachments
patch (2.62 KB, patch)
2013-05-24 22:45 PDT, chris fleizach
thorton: review+
chris fleizach
Comment 1 2013-05-24 22:45:37 PDT
chris fleizach
Comment 2 2013-05-24 22:46:37 PDT
Tim Horton
Comment 3 2013-05-28 14:10:07 PDT
Comment on attachment 202875 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=202875&action=review > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3051 > + bool focus = [number intValue] != 0; NSNumber has boolValue... > Source/WebCore/accessibility/mac/WebAccessibilityObjectWrapperMac.mm:3058 > + page->chrome().client()->focus(); Could grab the chrome client in a local and reuse it on these three lines.
chris fleizach
Comment 4 2013-05-28 14:47:57 PDT
Note You need to log in before you can comment on or make changes to this bug.