Not sure if anyone else is seeing this, but when I...
# tornadofx
j
Not sure if anyone else is seeing this, but when I run the
AutoCompleteComboBoxExtensionTestApp
I get the following exception
java.lang.RuntimeException: ListView.prefWidth : A bound value cannot be set.
. It looks like it's related to a change that occured in 1.7.3 back in April. The following line was added to the
AutoCompleteComboBoxSkin.kt
file : `listView.prefWidthProperty().bind(comboBox.widthProperty())`; on line 224. If I comment that line out then the exception does not occur.