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

ChoiceBoxTableCell ChoiceBox does not use TableCell's StringConverter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 7u15
    • javafx

      When creating and using a ChoiceBoxTableCell with a StringConverter, the StringConverter only converts the selected item when the cell is not being edited. Upon editing the cell, the ChoiceBox displays the toString() String for both the selected item and all items in its popup menu.

      The ChoiceBoxTableCell's ChoiceBox delegate needs to have its converter property bound to the converter property of the ChoiceBoxTableCell.

            jgiles Jonathan Giles
            eheumannjfx Eric Heumann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: