To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96598
User af changed the following:
What |Old value |New value
================================================================================
Assigned to|af |aw
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Dec 2 10:56:13 +0000
2008 -------
This looks like a problem of the new drawing layer implementation:
When the notes preview is moved its aOutRect is reset so that it triggers
SdrObject::RecalcBoundRect() to calculate a new bounding box. This is done by
calling getB2DRangeFromPrimitive2DSequence(). For some reason this method
returns a range of [-32767, 0] for both coordinates. As a result the preview is
moved so that its lower right corner is located in the origin.
AF->AW: You can probably find out quite easily why
getB2DRangeFromPrimitiveSequence() does not return the expected range.
---------------------------------------------------------------------
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]