Issue 120961 - Text jumps when activating text edit (based on EditEngine/Outliner/EditView)
Summary: Text jumps when activating text edit (based on EditEngine/Outliner/EditView)
Status: CONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: editing (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 01:45 UTC by Armin Le Grand
Modified: 2012-09-14 01:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Armin Le Grand 2012-09-14 01:45:09 UTC

    
Comment 1 Armin Le Grand 2012-09-14 01:48:29 UTC
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).