When switching very fast the source of form with FXML skin, a wrong property might be edited
kevinsdooapp opened this issue · 1 comments
kevinsdooapp commented
When switching very fast the source of form with FXML skin by resetting the source via null, a wrong property might be edited
setSource(bean1)
setSource(null)
setSource(bean2)
setSource(null)
setSource(bean1)
...
If done quickly, a wrong property might be edited.
See Issue142Test
Rizen59 commented
Deployed in 8.1.1