Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicates removed with move to trash stay in the tree with size 0 #1

Open
rizsi opened this issue Jan 24, 2018 · 2 comments
Open

Duplicates removed with move to trash stay in the tree with size 0 #1

rizsi opened this issue Jan 24, 2018 · 2 comments

Comments

@rizsi
Copy link
Owner

rizsi commented Jan 24, 2018

screenshot from 2018-01-25 00-44-21

@rizsi rizsi closed this as completed in 8839ecb Jan 27, 2018
@rizsi
Copy link
Owner Author

rizsi commented Jan 27, 2018

The problem was caused by the special UI update that accumulates UI events and updates the UI a little later. JavaFX already reused the tree item to an other object and then it was updated to the previous object which was deleted and so showed invalid values. Solution is to not pass the owned object on the asynchronous update object but always read the owned object from the tree item.

@rizsi
Copy link
Owner Author

rizsi commented Jan 27, 2018

the issue is still present for some reason. Has to be investigated.

When a new window is opened then deleted files are not there with fanthom tree items. Also they are not present in the file system. So the problem is the update of the UI tree does not remove objects from the UI tree in some cases.

@rizsi rizsi reopened this Jan 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant