Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.10.4, 2.10.4b1
-
Fix Version/s: 2.10.4b1
-
Component/s: data retrieval services, gui, jvdesktop, Properties and Preferences
-
Labels:None
Description
One result of JAL-594 was rethreading of the various background tasks that Jalview launches on start up, and many of these were moved to the 'prompt' thread - which allows modal dialogs from different background threads to be correctly sequenced to avoid GUI thread deadlocks (JAL-1111).
Some of the new services seem to be using the modal dialog method on the Jalview.Desktop to perform actions involving data retrieval - this is unreliable since the thread blocks all other GUI actions.
Some of the new services seem to be using the modal dialog method on the Jalview.Desktop to perform actions involving data retrieval - this is unreliable since the thread blocks all other GUI actions.