dooApp/FXForm2

When switching very fast the source of form with FXML skin, a wrong property might be edited

Closed this issue · 1 comments

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

Deployed in 8.1.1