<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Checking Relative width for table with 12 cm and unchecking again results in 11,90 cm"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134915">bug 134915</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;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>difficultyBeginner, easyHack
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Checking Relative width for table with 12 cm and unchecking again results in 11,90 cm"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134915#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - UI: Checking Relative width for table with 12 cm and unchecking again results in 11,90 cm"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134915">bug 134915</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>Umm, who would really care?
Plus, this mostly makes sense. Percentage changes to the table size to the
nearest integer percentage. It can't be 71.23988456886534% - it has to be 71 or
72%.  Thus, when you change it back to cm (or whatever high-precision unit you
are using), you will get a slightly different table size from the original
12cm.

(Yes, I did notice that it shrunk from 71% to 70% and then stabilized, so there
is probably a silly double rounding down happening here, but it is extremely
irrelevant in my mind.)

We can make this a simple-hack instead of closing it as NOTABUG. The code is
likely in sw/source/ui/table/tabledlg.cxx. Also, <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Writer: Table: Adjust columns proportionally - not working as it should"
   href="show_bug.cgi?id=134881">bug 134881</a> might be helpful.

So for the record, this is what I see would need fixing.
1.) notice the table size is 12cm. change to relative.  Now it is 71%.  OK.
2.) go to table properties again. Uncheck relative. Now it is 11.90 cm. OK
3.) go to table properties again. Check relative. Now it is 70%. OK
4.) repeat until you lose the skin on your finger tips. (it always remains on
70%).

So the problem is that it should remain on 71%, and not drop to 70%.</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>