google-code-export / ics-htc-ace

Automatically exported from code.google.com/p/ics-htc-ace
0 stars 0 forks source link

Explorer By Touch - Not working correctly - Messy touch and not reading everything out #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select pico TTS in System Settings > Language & Input > Text-To-Speech output
2. Install Talkback from Market
3. Enable Talkback in System Settings > Accessibility
4. Enable Explore By Touch in System Settings > Accessibility

What is the expected output? 

As you move your finger around the screen the phone feeds back what is under 
your finger. 

1. hovering over an app will read out the app, 
2. ListViews will read out the index you're on as well as the total amount of 
items in the list. (EG: 13 out of 24)
3. Using the browser should have feedback too. 
4. Only on the second touch should anything be 'clicked' 
5. scrolling is with two fingers.

What do you see instead?

1. Mostly does this, however sometimes nothing is read out
2. Reads out the item you're hovering over, not the index or total count
3. Everything apart from the WebView control is read out on the browser, Any 
app using a WebView control doesn't have feedback.
4 & 5. Sometimes screen scrolls or selects app. As if Explore by touch isn't 
enabled for a second.

Only items in a ListView are read out, not the current index or the total count.

http://www.youtube.com/watch?v=yx_8xUjC_xU&feature=youtu.be

There's an example of it working on the Galaxy Nexus

Original issue reported on code.google.com by chris.cl...@gmail.com on 8 Dec 2011 at 4:54