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


User mod changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'mod,od,pj,redflagzhulihua|'aw,mod,od,pj,redflagzhuli
                        |'                         |hua'
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Fri Jan 23 11:46:58 +0000 
2009 -------
mod->od: ok, first we need this patch

Index: source/ui/docvw/postit.cxx
===================================================================
--- source/ui/docvw/postit.cxx  (revision 266734)
+++ source/ui/docvw/postit.cxx  (working copy)
@@ -808,10 +808,9 @@
 
        CheckMetaText();
        SetPopup();
-       SetPostItText();
        SetLanguage(GetLanguage());
        View()->StartSpeller();
+       SetPostItText();

This will get rid of the layout manager assertions and warning loops...

mod->od,aw: when I now try to open the file, the issue seems to be the overlays,
it is running forever inside OverlayManager::ImpDrawMembers, where it always
finds a next one to draw. I stopped now after around one hour. I don't know if
it just takes so long (which would be also not acceptable I guess), or if there
is a real loop, meaning the last overlay points not to NULL but to the first one
again. As not showing notes and then inserting the file works, I would think the
second. Maybe AW has any idea how a situation like this could happen?

---------------------------------------------------------------------
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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to