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





------- Additional comments from [EMAIL PROTECTED] Tue Nov 13 13:46:32 +0000 
2007 -------
liuyu->ama: I have look at the code about this issue, I find the codes are 
changed in the m228 compared with m196, which resulted this issue.

In m196, in the SwRootFrm::MakeTblCrsrs the wrong "SwTableBox" will be removed 
from the "SwSelBoxes" before "InsertBox".
In m228, I think the SwSelBoxes aSelBoxes contains all the "SwTableBox", the 
right "SwTableBox" and the wrong "SwTableBox".

I try to add a condition of the SwSelBoxes aSelBoxes inserting into the 
SwTableCursor::InsertBox ( if(pBox->GetSttNd()) ). It can solve the crash 
problem, but there're some problems with the cursor in the table after Undo. I 
will try to fix it. I think or maybe I could do some changes in the 
SwTable::CreateSelection.

What do you think?

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