-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b49
-
generic
-
generic
-
Verified
This bug is caused by the fix for 4080029, when parentless dialogs were introduced. Before that fix only instances of java.awt.Frame could be on the top of window hierarchy, so when an AppContext was destroyed all the frames were enumerated and disposed together with child windows. After the fix all the windows are allowed to have null parent, so we should check not only Frames but all parentless Windows.