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


User af changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|af                        |hbrinkm
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jun  7 01:18:11 -0700 
2005 -------
This looks like a problem of the edit engine.  What I have found out so far is
that during our hit test the EditEnginge::IsTextPos() method is called.  This
does return a wrong value when the text shape is
a) geometrically inside another text shape,
b) in the stacking order beneath that other text shape, and
c) the text is centered.

For example when I move the inner text shape (that which makes the problems) so
that a part is in and another part is outside the other, outer text shape then
while the mouse is located over the outer part everything is OK: IsTextPos()
returns sal_True.  As soon as I move the mouse over the border of the outer text
shape (while still staying inside the inner) then IsTextPos() returns 
sal_False. 
When the text is set flush left then IsTextPos() returns sal_True in both cases.

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

Reply via email to