To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50651
                  Issue #:|50651
                  Summary:|UI Save and AutoSave cant work together
                Component:|framework
                  Version:|OOo 2.0 Beta
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|as
              Reported by:|as





------- Additional comments from [EMAIL PROTECTED] Mon Jun 13 01:26:21 -0700 
2005 -------
With the current implementation of the core of our  office documents it's not 
possible to start concurrent save requests for the same document at the same 
time. It will crash.

Normaly it would be possible to block the second request ... but sometimes the 
API is used in the same thread within a reschedule call. This can happen if 
e.g. the 
AutoSave timer expires. For this scenario we need a different solution.

Solution: The AutoSave timer will be postponed if it detects, that a document 
is 
already used for a save request. Thats possible beacuse it listen on every open 
document and can know, when a save requests starts or ends.

---------------------------------------------------------------------
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