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

--- Comment #9 from Yousuf Philips (jay) (retired) <[email protected]> ---
Subscript (a negative w:position value) is set at the paragraph-level

    <w:p w:rsidR="00B323C9" w:rsidRDefault="00C25C72" w:rsidP="00C906D8">
      <w:pPr>
        <w:rPr>
          <w:position w:val="-8" />
        </w:rPr>
      </w:pPr>

but the 'Regular' text at the beginning of the 3rd line doesn't have w:position
set at the character-level like other entries in the same line

      <w:r>
        <w:t xml:space="preserve">Regular</w:t>
      </w:r>

so LO is incorrectly applying the paragraph-level value to the missing
character-level value, rather than using a default '0' value, if it isn't set.

If the 'Regular' text is selected and Font Position is set to 'Normal' in the
character dialog, this fixes the problem on the line.

Version: 25.8.3.2 (X86_64)
Build ID: 8ca8d55c161d602844f5428fa4b58097424e324e
CPU threads: 4; OS: Linux 6.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

Reply via email to