Details
-
Type: Bug
-
Status: Ready for testing
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 2.12.0
-
Component/s: None
-
Labels:None
Description
When the cancel button on the AACon progress bar is clicked, a new empty progress bar shows up and spins indefinitely. This is caused by ProgressBar#setProgressBar(String, long) toggling between adding and removing the progress bar resulting in inconsistent behaviour when two threads are calling this method.