From c93fb656dc9393f194c623dc897c5352d9192544 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Wed, 5 Jan 2011 18:52:05 -0800 Subject: bug:3325039 Making the cursor ring movement send accessibility events. 1. Added a mechanism to select the cursor ring content if accessibility is enabled - This is achieved by sending an event to the WebCore thread (if accessibility is enabled) to select the content of the cursor when the latter moves. Added code in WebViewCore to select the given node and notify the UI thread for the selection markup which is delivered of the accessibility injector which manages sending accessibility events. This is relevant for adding accessibility to WebView if JavaScript is not enabled. (If JS is enabled we inject a screenreader written in JS). 2. Fixed the event delegation to the accessibility injector since it should be able to consume key events of interest and perform some action which leads to sending appropriate accessibility event. In the previous implementation it was possible that the injector consumes the event but the latter was bubbled up. 3. Added function to scroll the selection into view while moving it around based on user commands. Note: This is a part of two project commmit. Change-Id: Ibb81d0468726efbe3bf6e3add1b19c69e3206638 --- packages/SettingsProvider/res/values/defaults.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/SettingsProvider') diff --git a/packages/SettingsProvider/res/values/defaults.xml b/packages/SettingsProvider/res/values/defaults.xml index 8a6e82d..066b8e7 100644 --- a/packages/SettingsProvider/res/values/defaults.xml +++ b/packages/SettingsProvider/res/values/defaults.xml @@ -85,10 +85,10 @@ 0x13=0x01000100; 0x14=0x01010100; - - 0x15=0x04000000; - - 0x16=0x04000000; + + 0x15=0x04000100; + + 0x16=0x04010100; 0x120013=0x03020701:0x03010201:0x03000101:0x03030001:0x03040001:0x03050001:0x03060001; -- cgit v1.1