Comment 15 for bug 1831624

Revision history for this message
In , Vstuart-foote (vstuart-foote) wrote :

(In reply to V Stuart Foote from comment #3)
> Wonder what happens with a text run of <text:t>?

So checked, and a run of <text:tab> are entered one at a time and will be wrapped onto vcl canvas. So just the <text:s> with <text:c> attribute for a text run of spaces is not wrapped--but also it is not visualized to canvas, and we can not advance text cursor into the margin.

Checked and LO wrap behavior matches the MS Word 2016 wrap behavior--that is the wrap will not occur until some non-space text is added, and that text then becomes the start of the next line. Spaces show into the margins, and then after the text causing the wrap.

So our behavior is the same as MS Word, but we don't visualize the additional spaces outside the margins and we can not manipulate the text cursor which holds stuck against the right margin.