[ChoiceBox] Selection is not marked properly.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0.2
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: