Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #333684 +++ I20110127-2034 The fix for 333684 broke the save/restore size feature in TrayDialogs and brought back bug 131978. Please add a regression test for this.
sorry 'bout that. Will look at it for M6.
Created attachment 188918 [details] Fix This is really a pain. I think you should revert bug 333684 and fix the bug at the source, i.e. fix LaunchConfigurationsDialog#close() to not dispose resources as long as they are still referenced.
> Created attachment 188918 [details] > Fix Pawel, could you release the LaunchConfigurationsDialog.java part of this?
> I think you should revert bug 333684 and fix the bug at > the source, i.e. fix LaunchConfigurationsDialog#close() to not dispose > resources as long as they are still referenced. +1.
Thanks, Markus. I planned to revert the fix but never investigated the debug code. Thanks for doing so. I took the fix for the launch dialog and attached/reopened bug 333684. This bug is fixed with the revert of the bad fix. (I know better than to fix a specific problem with a framework solution, just wasn't thinking.)
(In reply to comment #5) > This bug is fixed with the revert of the bad fix. The changes from Krzysztof for bug 336684 appears to have become collateral damage.
> The changes from Krzysztof for bug 336684 appears to have become collateral > damage. Indeed (but not with my patch applied to TrayDialog 1.14)-:
Fixed in HEAD and verified that this bug and bug 333684 are fixed.