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

[Accessibility, Windows7] Combobox list items are counted incorrectly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8u40
    • 8u40
    • javafx
    • Win 7

      Ran the HelloComboBox demo

      In the second combo box with option 1, option 2, option 3, option 4 narrator reads as combobox with more than 20 items. But the actual list has only 4 visible items. This will mis-lead an user with only the screen reader.

      Looking at the code it looks like
           shortComboBox.setItems(FXCollections.observableArrayList(strings.subList(0, 4)));

       instead of the sublist lenth somewhere whole array list length is getting used.


            ptbrunet Pete Brunet (Inactive)
            ammanick Asha Manicka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: