Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8092618

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u20
    • 8u20
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported: