To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69618
------- Additional comments from [EMAIL PROTECTED] Mon Sep 18 09:55:51 -0700
2006 -------
A few words about the proposed patch.
I tested it in both SRC680_m184 and OOD680_m4.
It seems stable.
>From the code of method SwRedlineAcceptDlg::Init I guessed that the current
visual update of the list (occurring in method
SwRedlineAcceptDlg::InsertParents) does not work because it's enclosed as:
SwRedlineAcceptDlg::Init(...)
{
....
pTable->SetUpdateMode(FALSE)
...
=-> InsertParents(..)
{
......
if( pCurrRedline == &rRedln )
{
pTable->SetCurEntry( pParent );
pTable->Select( pParent );
pTable->MakeVisible( pParent );
}
......
}
.....
pTable->SetUpdateMode(TRUE)
If I guessed it right, at that moment the visual update of the list is frozen,
hence the need to call it again in Init method.
---------------------------------------------------------------------
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]