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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #4 from Mike Kaganski <[email protected]> ---
This is very likely caused by some poor combining of characters that have
different properties (belong to different spans on ODF). The text has this
structure in ODF:

> <text:p text:style-name="P1"><text:span 
> text:style-name="T1">и</text:span><text:span 
> text:style-name="T2">́и́́́</text:span></text:p>

where the first span only has the "и", and the second span has combining acute
+ "и" + three combining acutes. So the first combining acute (from the second
span) has to join to the "и" from the previous span.

The spans' styles (T1 and T2) in fact only differ by officeooo:rsid present in
T2, which indicates the later change and is used for comparison of document
versions. Regardless of the differences, there is obviously some glitch.

Confirming with Version: 7.1.0.1 (x64)
Build ID: b585d7d90ab863bf29b2d110c174c0c2a98f3ee4
CPU threads: 12; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL

(I'm not familiar with the code, so can't help much with debugging/fixing it.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to