<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Backspace/ delete isn't working as expect for the table column width fields (persistently add a size)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114572">bug 114572</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>regression
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>baron@caesar.elte.hu, caolanm@redhat.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Writer
           </td>
           <td>UI
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Backspace/ delete isn't working as expect for the table column width fields (persistently add a size)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114572#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Backspace/ delete isn't working as expect for the table column width fields (persistently add a size)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=114572">bug 114572</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>There's no attached sample, but it is easy to see that deleting characters in
the column width spinfield produces interesting results.
What happens is that after each change the current entry is interpreted as the
new number, and then clamped to [min, max] values.

Let's say, with a 2x2 table, each column is 8.50 cm.
Put cursor behind 8, hit backspace. => Entry becomes 0.50 cm (correctly).
Enter 9. => Entry is interpreted as 90.50 cm, and restricted to the maximum,
which is 16.96 cm (at least with A4 and default margins).

Caolán, what was the reason behind the change in the commit?
I can see that in previous version if the field was changed using
backspace/delete, and then confirmed with OK, the change didn't register
(interestingly it did when the numbers are selected, and then overwritten).</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>