<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - UI: Input fields (especially numbers) are too smart (value checking after each key)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=121907">121907</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>UI: Input fields (especially numbers) are too smart (value checking after each key)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.2.0.0.beta1+
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>minor
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Impress
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Marcel.Waldvogel@uni-konstanz.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Some entry fields validate their input after every key press and limit the
input range. This interferes with the user typing and annoys the user or causes
wrong input.

Steps to Reproduce:
1. Select an object in edit mode
2. Go the the animation tab
3. Click on "+" to add a new animation for that object
4. Select "Fade in" as the effect
5. Try to change the duration from the (default) "2.00 sec" to "0.5 sec" by
selecting all and then typing "0.5" and hitting return.

Actual Results:
The actual result is "0.55 sec"

Expected Results:
"0.50 sec" (or, even better, "0.50 s", see below)


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
This happens because already on typing the first char, "0", the number is
changed to "0.50 sec". Not only is this annoying, it also interferes with
further typing. 

If I remember correctly, I have also seen this behavior in other fields.

The SI unit for "second" is "s". It would be nice to fix this as well while at
it.</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>