[Accessibility, Windows] Next item (caps_lock+arrow_left) does not work well on List

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8u20
    • Affects Version/s: 8u20
    • Component/s: javafx
    • 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.

            Assignee:
            Felipe Heidrich (Inactive)
            Reporter:
            Felipe Heidrich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: