Bugzilla Bug 39858
Asus: Closing OpenOffice should close the Open/Save As dialog.
Version:2007.10.14_21:12
Method:
1. Start OpenOffice and type some text
2. File | SaveAs
3. Click the X on the Main OO window
RESULT: You should not be able to do this until you complete the Open/Save As
dialog
4. Click Save
RESULT: Now you have 2 SaveAs windows present.
Logged In: YES
user_id=419425
Originator: NO
Is the "save as" window created by your code? If so, set the dialog type to modal can help.
For a modal window, it will grab the focus and the parent window (OOo window in this case) won't receive any event before the popup window (Save as window in this ase) closed.