Closed GoogleCodeExporter closed 9 years ago
Original comment by alanv@google.com
on 29 Dec 2012 at 2:04
Original comment by alanv@google.com
on 29 Dec 2012 at 2:05
Original comment by alanv@google.com
on 5 Mar 2013 at 7:07
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 does talkback 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 6 Mar 2013 at 9:04
Sorry for bothering. May I have some hint since I have been waiting for so long
to get answers on issue#157 which doesn't fix my problem at all. >_<
Original comment by paulwyw...@gmail.com
on 11 Mar 2013 at 4:22
Any update?
Original comment by paulwyw...@gmail.com
on 25 Mar 2013 at 4:26
Any update?
Original comment by paulwyw...@gmail.com
on 22 Apr 2013 at 6:53
Not a supported use case. Also, please do not call requestAccessibilityFocus()
as it should only be used internally by the framework in a very small number of
special cases.
Original comment by alanv@google.com
on 30 Apr 2013 at 8:01
Original issue reported on code.google.com by
paulwyw...@gmail.com
on 25 Dec 2012 at 10:48