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 21 08:53:06 +0000 
2008 -------
ama->mod:
The called method GotoField() does not work reliable with a selection because it
only adjusts the "point" of a cursor and leaves the "mark" unchanged. If you
have a single cursor (no selection) all works fine but if you have e.g. marked a
word or a paragraph then ugly things happens (the "point" will be corrected
because it is not allowed to have the beginning of a cursor outside a table and
the end inside a table).
Solution:
You need to call "ClearMark()" before you call GotoFld(). And because
ClearMark() deletes the table cursor as well, the other change( pTblCrsr etc.)
becomes obsolete.
So a simple
mpWrtShell->SwCrsrShell::ClearMark();( just behind
mpWrtShell->SwCrsrShell::Push(); ) will solve this issue.

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