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 2013/05/02 18:16:49 UTC

[Bug 122142] can't select text in comment of a cell in spreadsheet.

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

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #3 from Armin Le Grand <Ar...@me.com> ---
ALG: problem is the hilighting using handles which use overlay; the
OverlayFrame for the slight blinking is not intended to be shown with actiove
TextEdit (this will need extended EditEngine stuff so that EE will not directly
paint itself to the target window). That CaptionObjects use it is an error.
It can also be reproduced with caption objects directly. I also checked for
lines, edges, measures, customshapes and tables due to usage in
ImpIsFrameHandles, but only for captions it's as bad as described. To be
minimal invasive, do a simple fix this time in handle creation directly in the
central handle creation method.

-- 
You are receiving this mail because:
You are on the CC list for the bug.