To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87673
                 Issue #|87673
                 Summary|crash deleting notes
               Component|Word processor
                 Version|1.0.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mba
             Reported by|mba





------- Additional comments from [EMAIL PROTECTED] Mon Mar 31 19:36:50 +0000 
2008 -------
In a document with three notes of the same author, set the cursor into the
second one and immediately select "Delete all nothes from this author". Crash.

Reason: postit windows are deleted by LazyDelete but the core objects are
deleted immediately, this leaves dead pointers in SwPostit.

Fix: don't use LazyDelete but call the SwPostItMgr::Delete() methods
asynchronously. In the easiest way this is done by asynchronous slot execution.

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