<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Insert rows allows only 99 new rows, but the input doesn't message that clearly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136729#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Insert rows allows only 99 new rows, but the input doesn't message that clearly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=136729">bug 136729</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>re <a href="show_bug.cgi?id=136729#c8">comment #8</a>, we do limit the range and it is set in the .ui. Using the up and
down buttons will clip to those limits. The issue is with the entry of free
text and that the "being-edited" text is not crystallized to a value until a
spinbutton loses focus at which point the text is parsed and converted to a
number and then that number is clipped to the legal range. So an entry of e.g.
the text "1000" is not turned into an integer of 1000 and then clipped to the
max of 200 until the spinbutton loses focus and that is where I contend there
is little more that can be done.</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>