<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOC: incorrect spacing in subscript"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133453#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOC: incorrect spacing in subscript"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133453">bug 133453</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>If I round-trip this document with MSO 2003, then it doesn't have this problem.
If I export as docx, there is nothing indicating a fontsize change.

However, an SPRM first sets the fontsize to 6. The fontsize is set twice in a
row - as seen in msodumper:

<prl type="Prl" offset="3541" index="1">
<sprm value="0x4a43" ispmd="0x43" fSpec="0x1" sgc="character" spra="2"
name="sprmCHps" operandSize="2" operand="0xc"/>
</prl>
<prl type="Prl" offset="3545" index="2">
<sprm value="0x4a43" ispmd="0x43" fSpec="0x1" sgc="character" spra="2"
name="sprmCHps" operandSize="2" operand="0x18"/>
</prl>

So it looks like I have to design some kind of delayed response mechanism after
all. Why oh why in the 20+ years of doc support did no one build that?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>