<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Draw should not "autocorrect" numbers while typing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107879#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Draw should not "autocorrect" numbers while typing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107879">bug 107879</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>Note that if you wait between deleting the last digit before the decimal
separator (which leaves input field as ,xx) and typing another digit, a 0 is
prepended to form the input value 0,xx; then typing a 7 yields 70,xx that is an
X offset too large to position the object, hence gets adjusted to the maximum
positionable offset, in your case 38,00

To prevent premature positioning of 0,xx you can either select the digit you
want to replace (i.e. 5) and then type the digit you want, or if the 0 was
already prepended delete it and it will not be prepended again.</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>