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





------- Additional comments from a...@openoffice.org Fri Nov 12 12:06:57 +0000 
2010 -------
AW: Thought about also initializing ViewInformation2D before
ViewObjectContactPrimitiveHit calls (which is currently done lazy by painting
what does not hurt in principle), but this will not work. When playing around
with the document zoom slider in the bottom right of the window it can be seen
that the controls will not be resized at all; this is probably also because the
Paint is not executed. Currently, the positioning (and thus also the zooming) is
all done inside the paint as we know. A PostPaint() is probably also not a big
help: i guess it would also not be called since the clipping and decision not to
paint is done in VCL.
Most simple and best solution would be to somehow trigger the paint of the
hidden window. Maybe the control could be completely not shown
(ViewObjectContactOfUnoControl::createPrimitive2DSequence returning an empty
sequence when the ViewTransformation is empty). This would be a fix for the
moment, but as soon as someone ever zooms the view in a way that a control in
live mode once covers the edit window completely, the same situation will show
up again.
Checking if returning an empty sequence when the ViewTransformation is empty
will help...

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


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

Reply via email to