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





------- Additional comments from a...@openoffice.org Mon Oct 26 11:11:56 +0000 
2009 -------
AW->IHA: Thanks for the helpful information.
AW: Looks like a refresh problem with buffered data at SdrObjList in
Drawinglayer which is a very central, but also very old part. After some
debugging (MANY groups, hierarchies with 4-5 group-in-group depth) i checked the
SdrObjList::GetAllObjBoundRect call and the bRectsDirty flag. Setting it to
dirty by hand for aOutRect's with negative size makes the labels work. This
shows that there are circumstances where this flag is NOT correctly handled (not
invalidated).
Aftre some code reading i guess it's in SdrObjList::NbcInsertObject where the
aOutRect is expanded by the range of the new object, but this cange is NOT
propagated to the parents. Adding a reaction on existing pUpList-list...
PS: Even when this works it's too dangerous to add this to a 3.2; the SdrObjList
is the central class for Page and Group handling and a lot of old code works on
it...

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


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

Reply via email to