-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.19
-
Component/s: None
-
Labels:
-
Environment:
OS X, Qt5
-
Story Points:3
-
Tests Type:GUI automatic
-
Sprint:DEV-14/10/2015
-
Affect Type:Userdefined
Scenario to reproduce:
- Ensure that project is not opened yet.
- Click
{File -> New document from text...}
in the main menu.
- Fill the dialog with some data. Accept the dialog.
Current state: the sequence is successfully created and saved, but UGENE GUI works like you have an opened modal dialog: menu items inside the main menu are disabled, UGENE ignores mouse and most of keyboard clicks etc.
This is a consequence of Qt5 bug in the qcocoaeventdispatcher.mm file (libqcocoa.dylib plugin): link the issue will be added later. To avoid this behavior CreateDocumentFromTextDialogController should be changed. Currently, it creates the project, waits for it and then closes. It should register all tasks and close without waiting for them.