To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115551
User aw changed the following:
What |Old value |New value
================================================================================
Assigned to|aw |fs
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Nov 12 12:23:47 +0000
2010 -------
AW: It behaves exactly as i expected. Diff is:
-----------------<snip>----------------------------
diff -r d7e46c52a8d3 svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx
--- a/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx Fri Oct 01
16:29:04 2010 +0200
+++ b/svx/source/sdr/contact/viewobjectcontactofunocontrol.cxx Fri Nov 12
13:15:41 2010 +0100
@@ -1818,6 +1818,9 @@
// disposed the control though it doesn't own it. So, /me thinks we
should not bother here.
return drawinglayer::primitive2d::Primitive2DSequence();
+
if(GetObjectContact().getViewInformation2D().getViewTransformation().isIdentity())
+ return drawinglayer::primitive2d::Primitive2DSequence();
+
// ignore existing controls which are in alive mode and manually
switched to "invisible"
// #102090# / 2009-06-05 / [email protected]
const ControlHolder& rControl( m_pImpl->getExistentControl() );
-----------------<snip>----------------------------
This is NOT a longtime solution, but will make the initial visualisation work.
Indeed when once zooming so that the utton covers the whole view, the problem is
back.
AW->FS: Feel free to use this mediorce solution. It clearly shows that not even
our discussed Pre/Post/Paint is an adequate solution, but we need something
independent from paint which layouts the controls in live mode if needed (e.g.
Zoom, object change, You name it...). Due to the one always in live mode control
this is always needed.
---------------------------------------------------------------------
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]