You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/09/14 03:48:29 UTC

[Bug 120961] Text jumps when activating text edit (based on EditEngine/Outliner/EditView)

https://issues.apache.org/ooo/show_bug.cgi?id=120961

--- Comment #1 from Armin Le Grand <Ar...@me.com> ---
ALG: hen activating text edit e.g. for a draw object in Draw/Impress, the text
slightly jumps it's position. This is not fatal, but makes a bad user
experience, esp. because the user is focusing on the point where he does
activate text edit.

It may have to do with text rendering in EditView mode. Text may still be
painted there using Paint(...) methods (or DrawText), while in non-edit mode
text primitives are used. It may be possible to use primtives for this and to
achieve same text display.
In this content it would also be nice to chang the selection to using the
user-defined selection color and transparence (as in Writer/Calc already
realized).

-- 
You are receiving this mail because:
You are the assignee for the bug.