oyeamauri / eyes-free

Automatically exported from code.google.com/p/eyes-free
0 stars 0 forks source link

[TalkBack] Incorrect grouping of list items in TalkBack v3.2.1 #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

when reading lists with talkback 3.2.1 on android 4.2 i experienced non correct 
reading.
All items of the list are read as one object and i can't select list item to 
click. for example "list with three items, talkback, camera, mail.".
It happened in some apps, like foursquare or local timetable app for czech 
republic.
Pavel Ondra

Original issue reported on code.google.com by pavel...@gmail.com on 29 Nov 2012 at 12:21

GoogleCodeExporter commented 8 years ago
There is a bug in AccessibilityNodeInfoUtils that's placing focus on top-level 
lists. This is also reproducible in Settings > Accessibility > TalkBack.

Original comment by alanv@google.com on 7 Dec 2012 at 6:16

GoogleCodeExporter commented 8 years ago

Original comment by alanv@google.com on 7 Dec 2012 at 6:37

GoogleCodeExporter commented 8 years ago
Issue 168 has been merged into this issue.

Original comment by alanv@google.com on 29 Dec 2012 at 2:05

GoogleCodeExporter commented 8 years ago
Do you have any plan to fix it? May I know the schedule?

Original comment by paulwyw...@gmail.com on 18 Jan 2013 at 6:07

GoogleCodeExporter commented 8 years ago
Do you fix this big issue recently? 

Original comment by paulwyw...@gmail.com on 8 Feb 2013 at 7:57

GoogleCodeExporter commented 8 years ago
i hope they will fix it in android 4.2.2.
that is very important think.
P

2013/2/8, eyes-free@googlecode.com <eyes-free@googlecode.com>:

Original comment by pavel...@gmail.com on 8 Feb 2013 at 4:25

GoogleCodeExporter commented 8 years ago
Fixed in the latest TalkBack beta.

Original comment by caseybur...@google.com on 16 Feb 2013 at 3:38

GoogleCodeExporter commented 8 years ago
Sorry for bothering. My issue 168 isn't fixed at all.

What steps will reproduce the problem?
1. Suppose that the focus is on one item of the whole list.
2. Scroll the list.
3. The focus will change to some item dynamically.

What is the expected output? What do you see instead?
I wish to let the focus change to the whole list when scrolling so that it 
speaks the whole list.

What version of the product are you using? On what operating system?
JB 4.1.1: ?? (Works)
JB 4.1.2: TalkBack v3.2.1 & v3.3.0 (Not work)

Please provide any additional information below.

Case 1:
We implement a ListView with "MORE" item like Play Store. When pressing "MORE" 
item, more items show up by calling notifyDataSetChanged() and 
requestAccessibilityFocus() is used to change focus to the whole list forcibly. 
But the focus still jumps to some item, which is not what I expect.

Case 2:
When scrolling the list, how do I speak additional information before it speaks 
out ListView information? Also, I wish the focus jumps to the whole list when 
scrolling.
 Normal: It speaks that "Showing items 10 to 20 of 100"
 Customization: It speaks "This begins from A. Showing items 10 to 20 of 100" <- (HOW?)

Original comment by paulwyw...@gmail.com on 5 Mar 2013 at 10:10

GoogleCodeExporter commented 8 years ago
May I need to create an issue?

Original comment by paulwyw...@gmail.com on 5 Mar 2013 at 10:11