ipat / eyes-free

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

children views can not be focused in listview #465

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. whien I clicked children views in parent listview
2. can not click children views. there are only focused in parent listview
3. attributes of children views are clickable and importance is yes than higher 
listview
and there is TYPE_VIEW_HOVER_ENTER (AccessibilityEvent) and 
ACTION_ACCESSIBILITY_FOCUS, ACTION_CLEAR_ACCESSIBILITY_FOCUS in children views

What is the expected output? What do you see instead?
focused in children views in parent listview

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

Please provide any additional information below.
I think parent listview is taking a focus when children views got focus.
What should I do?

Original issue reported on code.google.com by l901...@gmail.com on 8 Jun 2015 at 2:50

GoogleCodeExporter commented 8 years ago
answer it myself. 
There's an android OS error.
an accessibility focusing is taken by UI Thread 
(choregraper$framedisplayeventreceiver).

Original comment by l901...@gmail.com on 15 Jun 2015 at 1:03

Attachments: