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 f...@openoffice.org Fri Nov 12 21:48:26 +0000 
2010 -------
fs->aw: looking at the changes which came in with the above-mentioned CWS, I
still think they are correct. I still think that it is incorrect for the drawing
layer to pass a ViewInformation2D instance which delivers the identity view
transformation - that's merely wrong, in my opinion, and something which should
be fixed in the drawing layer.

fs->od: I further investigated the difference between the two anchor cases.
Interestingly, in the "good" case, the hit test simply ignores the SdrObject.
This is in SdrObjectPrimitiveHit (sdrhittesthelper.cxx), because
SdrObject::GetLayer returns "5" here, and layer 5 is not visible. So, the hit
test will never ask the control's VOC for a primitive sequence, so the VOC has
is not fouled by the broken ViewTransformation.

In the "bad" case, however, the SdrObject is on layer 2 - which is visible.
Consequently, the drawing layer lets the VOC create the primitive sequence,
which leads to the wrong behavior (due to the broken ViewTransformation).

I'd be grateful if you could investigate on this difference in object layers -
not sure there's still some Writer problem hidden here.


Other than that, I am tempted to assign this issue back to aw, since I still
think it's a drawing layer bug, but I think we can discuss this f2f first ...

---------------------------------------------------------------------
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