<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILEOPEN DOCX Wrong decimal precision and result displayed initially in equations"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138348#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILEOPEN DOCX Wrong decimal precision and result displayed initially in equations"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138348">bug 138348</a>
              from <span class="vcard"><a class="email" href="mailto:vmiklos@collabora.com" title="Miklos Vajna <vmiklos@collabora.com>"> <span class="fn">Miklos Vajna</span></a>
</span></b>
        <pre>I think the expected behavior is that we keep the cached values of fields and
only recalc them if the user asks for it. My understanding is that this is what
Word does, too.

The change in behavior is that we used to throw away the cached value and now
we try harder to keep it. In this case we still recalc it in an idle handler,
though. This sounds like a step in the right direction. (Ideally we should not
do that recalc at all, at least not automatically.)

Unless I miss something, this is working as intended and is not a bug.</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>