Bug 479338

Summary: Control on model files should not freeze the UI
Product: [Modeling] Sirius Reporter: Etienne Juliot <etienne.juliot>
Component: CoreAssignee: Project inbox <sirius.core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: laurent.fasani
Version: 3.0.0Keywords: triaged
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Etienne Juliot CLA 2015-10-08 09:37:04 EDT
When executed the "Control" action on a model files, a progress bar appears but the UI is frozen. This action could be a modal action action, but should not block the UI (and it should provide as many steps as possible in the progress bar).
Comment 1 Laurent Fasani CLA 2015-10-15 06:07:04 EDT
"This action could be a modal action action, but should not block the UI"

If the action is modal it will block the UI, so perhaps you would like to say unmodal. In that case, I think it's not a good idea because sirius would be forced to prevent action that it could not handle while controlling your model.

"and it should provide as many steps as possible in the progress bar"
ok
Comment 2 Etienne Juliot CLA 2015-10-15 07:26:58 EDT
No, I would like to say "but should not freeze the UI".