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

[ChoiceBox] Selection is not marked properly.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.0.2
    • fx2.0
    • javafx
    • Build 47.

      I have a choiceBox:

              final ChoiceBox<T> cb = new ChoiceBox<T>();
              cb.setItems(FXCollections.observableArrayList(values));
              cb.getSelectionModel().selectFirst();

      It is not empty. The first item is selected.

      You can see on screen shot, that "NEVER" has no selected marking.

            psomashe Parvathi Somashekar (Inactive)
            akirov Alexander Kirov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: