Bug 120027

Summary: AXObjectCache's accessibilityEnhancedUserInterfaceEnabled should be initialized on process creation
Product: WebKit Reporter: Beth Dakin <bdakin>
Component: AccessibilityAssignee: Beth Dakin <bdakin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, sam, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: OS X 10.8   
Attachments:
Description Flags
Patch sam: review+

Beth Dakin
Reported 2013-08-19 14:00:36 PDT
Right now we only call AXObjectCache::setEnhancedAccessibility() when AppKit sends us a notification indicating that the value has changed. We should not have to rely on that to properly initialize this value. <rdar://problem/14736960>
Attachments
Patch (4.53 KB, patch)
2013-08-19 14:05 PDT, Beth Dakin
sam: review+
Beth Dakin
Comment 1 2013-08-19 14:05:48 PDT
chris fleizach
Comment 2 2013-08-19 14:16:06 PDT
Comment on attachment 209120 [details] Patch looks good to me
Sam Weinig
Comment 3 2013-08-19 14:43:47 PDT
Comment on attachment 209120 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209120&action=review > Source/WebKit2/WebProcess/mac/WebProcessMac.mm:188 > + AXObjectCache::setEnhancedUserInterfaceAccessibility(parameters.accessibilityEnhancedUserInterfaceEnabled); You can call setEnhancedAccessibility(parameters.accessibilityEnhancedUserInterfaceEnabled) here instead.
Beth Dakin
Comment 4 2013-08-19 14:53:57 PDT
Note You need to log in before you can comment on or make changes to this bug.