https://bugs.documentfoundation.org/show_bug.cgi?id=146453

Caolán McNamara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #7 from Caolán McNamara <[email protected]> ---
wrt comment #5 I can reproduce it now, I thought it was on a single backspace,
but yes with backspace held down then as more is striked-through there was a
lot of instability.

With "Layout & Match Render", then after

commit dab0d4e1f36faace21145a51733bd3a946992624
Date:   Sat Jan 15 21:47:02 2022 +0000

    tdf#146439 retain precise base start pos when using
ResolutionIndependentLayout

this case appears stable for me.

rotated text as in comment #6 adds a bit of complexity because there is two
things going on. One is that it is vertical of course, but the other is that
changing the properties while change tracking is enabled makes the text bold to
indicate formatting changes and then deleting it marks it strikethrough and no
longer bold. The same effect can be seen horizontally where selecting the whole
text, and changing its language to another language will mark it all "bold" for
properties changed, and then pressing delete will unbold it and strike it
through, and bold is wider than regular so it naturally changes layout.

Best to disentangle those two things by 1st turning off change tracking, do the
format character to rotate character, and then reenable change tracking so
we're just testing the stability of the rotated text case alone.

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

Reply via email to