Observed behaviour:
In FX 2.2, Comboboxes' CellFactories appear not to be called when no value is selected.
Expected behaviour:
A combobox's CellFactory should be called even if no value is selected. This allows for the rendering choices (like i18n) to be separated from the UI logic.
This is a regression from the 2.1 GA release. The attached screenshots show the same application running with only the JavaFX runtime changed.
The attached code sample illustrates the intended use case.
In FX 2.2, Comboboxes' CellFactories appear not to be called when no value is selected.
Expected behaviour:
A combobox's CellFactory should be called even if no value is selected. This allows for the rendering choices (like i18n) to be separated from the UI logic.
This is a regression from the 2.1 GA release. The attached screenshots show the same application running with only the JavaFX runtime changed.
The attached code sample illustrates the intended use case.