DescriptionAdd support for UIA accessibility interfaces like IAccessibleEx and IRawElementProviderSimple.
This is required for the on screen keyboard to show up in Windows 8 metro. At this point
we only implement the GetPatternProvider/GetPropertyValue methods in the IRawElementProviderSimple.
interface and the rest of the methods in the interfaces are left unimplemented.
The GetPatternProvider/GetPropertyValue only handle the case where the user touches an editable
portion on the window/page. This ensures that the OSK shows up on the omnibox and
the web page. The ITextProvider and IValueProvider implementation is provided by
the UIATextProvider class which lives in base/win/accessibility_misc_utils.cc/.h files.
BUG=118641
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130744
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #
Total comments: 30
Patch Set 4 : #Patch Set 5 : #
Messages
Total messages: 6 (0 generated)
|