-
Bug
-
Resolution: Fixed
-
P4
-
8u20
-
None
Steps:
1. Run HelloSimpleListView
2. Start Narrator,
3. Select an item on the list (clicking, arrow)
4. Try to move the Narrator focus (wihout moving the regular focus) using Caps_Lock+Arrow_left
First, the list jumps (scrolling). that is probably because ListView is trying to scroll to show an already visible item.
(commint out IScrollItemProvider#ScrollIntoView())
Secondly, it doesn't move in the order, that is probably because the list of the items in the VirtualFlow has logical order different than the visual.
1. Run HelloSimpleListView
2. Start Narrator,
3. Select an item on the list (clicking, arrow)
4. Try to move the Narrator focus (wihout moving the regular focus) using Caps_Lock+Arrow_left
First, the list jumps (scrolling). that is probably because ListView is trying to scroll to show an already visible item.
(commint out IScrollItemProvider#ScrollIntoView())
Secondly, it doesn't move in the order, that is probably because the list of the items in the VirtualFlow has logical order different than the visual.