To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98593
User fs changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Thu Mar 5 15:59:19 +0000
2009 -------
analysis:
Closing the database document is forwarded to the sub documents (e.g. the forms)
by calling their controller's "suspend". Sadly, embedded documents by definition
are not allowed to raise UI at their own discretion (see issue 49370), so the
suspend implementation does not ask the user for saving.
In another scenario, where you close a modified form directly, the
DocumentDefinition intercepts this close request (which actually is the dispatch
of an .uno:Close* URL), and raises UI to ask the user for saving, if necessary.
However, the "suspend" call in the scenario described by this issue cannot be
intercepted by the DocumentDefinition at all, so no UI is raised, and the
document is silently closed.
---------------------------------------------------------------------
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]