To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89835


User fs changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|fs                        |oj
--------------------------------------------------------------------------------
                 Summary|Assertions when closing a |ERROR: object deleted whil
                        |form                      |e in use ! (when closing a
                        |                          | form)
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed May 28 14:03:29 +0000 
2008 -------
fs->oj: to prevent this assertion, we need to asynchronously close the embedded
objects.
That is, currently the OInterceptor intercepts the CloseDoc, CloseWin, and
CloseFrame commands for the embedded objects, and synchronously closes the
object. However, those commands are generated with the VCL window which
requested to be closed still on the stack, and this is the cause for the 
assertion.
I suggest making the code in the OInterceptor class which handles those three
URLs asynchronous.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to