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

Accessibility Focus Rectangle on ListItem is not drawn when ListView is shown for first time

XMLWordPrintable

    • b06
    • generic
    • generic

        ADDITIONAL SYSTEM INFORMATION :
        Windows 10, Java 8u361

        A DESCRIPTION OF THE PROBLEM :
        Problem: When working with a list, the accessibility focus is not the same as the GUI focus.
        Only when the list is opened in a new window (see Nb. 4) does it focus correctly.

        Problem on the JavaFX side. Attachements (video, test class) can be downloaded <link>
        1. Alt+Down.
        The list is dynamically added to the scene and filled,
        scrolls to the desired element and focuses on it.
        FAIL

        2. The list is filled with items, invisible and statically in the scene.
        Alt+Down.
        The list is visible, scrolls to the desired element and focuses on it.
        FAIL

        3. The list is empty, visible and statically in the scene.
        Alt+Down.
        The list is filled with items, scrolls to the desired item and focuses on it.
        FAIL

        4. Alt+Down.
        List in a new window.
        The list is filled with items, scrolls to the desired item and focuses on it.
        The window is shown.
        OK

        5. The list is filled with elements, visible and statically located in the scene.
        Alt+Down.
        The list scrolls to the desired element and focuses on it.
        FAIL


        FREQUENCY : always


          1. Main.java
            8 kB
            Praveen Narayanaswamy

              arapte Ambarish Rapte
              webbuggrp Webbug Group
              Votes:
              0 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated:
                Resolved: