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





------- Additional comments from [EMAIL PROTECTED] Tue Jul 31 12:10:51 +0000 
2007 -------
->lijian
The bug is caused by two methods:
MakeFrms(..) and FindPrvNxtFrmNode(..)
In the bug case the FindPrvNxtFrmNode(..) delivers the node previous to the new
table but MakeFrms() is not able to insert the table frame into the right
environment. With your patches you try to suppress the delivering of the
previous node and FindPrvNxtFrmNode() delivers the node behind the table node.
Then MakeFrms() would work fine (at least for the bug case). I would prefer to
let FindPrvNxtFrmNode() do its job and to make MakeFrms() more smart. MakeFrms()
should be able to handle these nodes before the table node even if they are in
different sections. The solution is to use UpperFrms() instead of NextFrm() from
the SwNode2Layout class.

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