To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=59025
------- Additional comments from [EMAIL PROTECTED] Thu Sep 13 13:07:31 +0000 2007 ------- We have to change SwUndo::RemoveIdxFromSection(..) somehow. At the moment this function creates a position aPos at aNodes.GetEndOfPostIts(). This is not a rational position for any cursor. In the following all cursors (from every view/shell) will be set to this "position" if they are in the deleted area (e.g. inside our removed fly frame). Later on this position will be corrected to the first text position in the document. If SwUndo::RemoveIdxFromSection() would deliver a more sensible position aPos, no cursor would jump to the start of document. But which position should be used from SwUndo::RemoveIdxFromSection() instead of "GetEndOfPostIts"? There are a lot of opportunities: SwUndo::RemoveIdxFromSection() could be get another parameter with a position or it could call a new virtual method which is overwritten by SwUndoInsLayFmt. --------------------------------------------------------------------- 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]
