To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56229





------- Additional comments from [EMAIL PROTECTED] Tue Sep  4 10:01:31 +0000 
2007 -------
fme->lijian: As I wrote in my last statement, lcl_FindNextCell starts with a
table node and finds the next cell that can contain the cursor. Please check the
example I gave: Make all cells of the inner table protected and disable Tools -
Option - Writer - Formatting Aids - Cursor in protected ... This option is
basically what SwCursor::IsReadOnlyAvailable() says. If you select the whole
table, lcl_FindNextCell does not work as expected. It should find the first cell
of the outer table, and in this case your fix would work. Instead it returns a
value != 0 indicating that no cell could be found, and your new code will not be
called => bug.

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