Closed GoogleCodeExporter closed 9 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
Original comment by alanv@google.com
on 7 Dec 2012 at 6:37
Issue 168 has been merged into this issue.
Original comment by alanv@google.com
on 29 Dec 2012 at 2:05
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
Do you fix this big issue recently?
Original comment by paulwyw...@gmail.com
on 8 Feb 2013 at 7:57
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
Fixed in the latest TalkBack beta.
Original comment by caseybur...@google.com
on 16 Feb 2013 at 3:38
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
May I need to create an issue?
Original comment by paulwyw...@gmail.com
on 5 Mar 2013 at 10:11
Original issue reported on code.google.com by
pavel...@gmail.com
on 29 Nov 2012 at 12:21