To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85896
------- Additional comments from [EMAIL PROTECTED] Mon Apr 7 08:42:27 +0000 2008 ------- fme->mod: The problem is that after the undo, there is a table cursor at the current cursor shell. In GotoFld, there's a getShellCrsr(), which in this case returns the table cursor. Then the position of the table cursor is set to the current field. But GetRectOfCurrentChar tried to obtain the 'current' position by asking pCurCrsr (which is not the table cursor). Therefore this does not work. My first idea was to have a 'ClearMark()' right after pushing the cursor in CalcRect(), unfortunately Push() won't restore the table cursor afterwards. The effect is that you lose your table selection after a CalcRects(). Please contact AMA, he volunteered to help you finding a solution. --------------------------------------------------------------------- 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]
