Bug 568746

Summary: E4 looses application after returning from Dialog
Product: [Eclipse Project] Platform Reporter: Wim Jongman <wim.jongman>
Component: UIAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3    
Version: 4.18   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Wim Jongman CLA 2020-11-12 05:24:28 EST
I am opening a wizard from an E3 plugin that then opens a handler in an E4 plugin. During the processing of the dialog, the windows is somehow detached from the model. 

As can be seen below, the E3 part of the stack opened a wizard dialog which I believe causes the window the be disconnected somehow.


java.lang.IllegalStateException:
 Application does not have an active window

HandlerServiceHandler.execute(HandlerServiceHandler.java:170)
Command.executeWithChecks(Command.java:488)
ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:195)
AbstractOpenMemberHandler.open(AbstractOpenMemberHandler.java:87)

## E3 Part of the stack
OpenEditor.showSource(OpenEditor.java:77)
OpenEditor.openEditor(OpenEditor.java:92)
OpenEditor.processSolution(OpenEditor.java:57)
OpenEditor.run(OpenEditor.java:40)
DoubleClickProcessor.openEditor(DoubleClickProcessor.java:148)
NewObjectWizard.openEditor(NewObjectWizard.java:232)