Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 434094

Summary: ConfirmPushDialog and RemotePrompterDialog should provide API to add a callback to be executed when any of them is closed
Product: [ECD] Orion Reporter: Bartosz Grabski <bartosz.grabski>
Component: ClientAssignee: Bartosz Grabski <bartosz.grabski>
Status: RESOLVED FIXED QA Contact: Maciej Bendkowski <maciej.bendkowski>
Severity: normal    
Priority: P3 CC: maciej.bendkowski
Version: unspecified   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: All   
Whiteboard:

Description Bartosz Grabski CLA 2014-05-05 07:19:09 EDT
When dialog is closed explicitly by the user (by pressing the "x" on the dialog) nothing happens and there is no API provided to add a callback that's to be executed just after the click event on the "x" is captured. This is very inconvenient, since there is no possibility of responding to such close event.
Comment 1 Maciej Bendkowski CLA 2014-05-15 04:34:48 EDT
Fixed already with: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=782bf6b975e2ff96b2c3d4c29db996c8549cc03d. Thanks, Bartek!