zeiss-digital-innovation / SynchronizeFX

JavaFX data-binding between JVMs over the network
GNU Lesser General Public License v3.0
54 stars 10 forks source link

bugfix: when elements are removed and added to the same list in a short ... #13

Closed mthiele closed 11 years ago

mthiele commented 11 years ago

...time span and the change has to be executed in the JavaFX GUI thread, one event could overtake the other and the metamodel consistency checks would lead to elements not being added or removed

rbi commented 11 years ago

Also it would be really great to have a test that shows what has been fixed here. I can write one but this will take some time.