Community
Participate
Working Groups
This is a follow up from https://bugs.eclipse.org/bugs/show_bug.cgi?id=319250. When using: -------------- new Shell(currentActiveShell.getDisplay(),SWT.SHELL_TRIM); ---------------- You *DON'T* get a Deactivation-Event when the shell closes. Whereas you get one if you open a shell like this: ---------------- new Shell(currentActiveShell,SWT.SHELL_TRIM); ---------------- Probably some SWT-Experts can explain to us why. For us this means listening to SWT.Deactivate is probably not enough because we can't force the user to create a shell as the parent of another one. As suggested to Tom Schindl I open this follow bug. https://bugs.eclipse.org/bugs/show_bug.cgi?id=319250 was closed as Tom adjusted his implementation.
Shouldn't we be sending this off to SWT?
I don't remember why this was important, closing as INVALID