<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:gtimur@gmail.com" title="Timur <gtimur@gmail.com>"> <span class="fn">Timur</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fileopen DOCX: Floating tables overlap"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141348">bug 141348</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;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=69656
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>bibisected, bisected, filter:docx, regression
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fileopen DOCX: Floating tables overlap"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141348#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fileopen DOCX: Floating tables overlap"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=141348">bug 141348</a>
              from <span class="vcard"><a class="email" href="mailto:gtimur@gmail.com" title="Timur <gtimur@gmail.com>"> <span class="fn">Timur</span></a>
</span></b>
        <pre>Seems there were 2 changes in 43max, this one bibisected for pages 1-2 where it
went worse and later one where page 3 went better.

So I mark regression for pages 1-2 where tables overlap from this change.

author  sushil_shinde <<a href="mailto:sushil.shinde@synerzip.com">sushil.shinde@synerzip.com</a>>      2014-01-22 17:10:11
+0530
committer       Miklos Vajna <<a href="mailto:vmiklos@collabora.co.uk">vmiklos@collabora.co.uk</a>>  2014-02-13 10:25:16
+0100
commit  4d34d43b29be2b14a02b001b35fcde2459fb1993 (patch)
tree    969629de48f4f64e5a3c63a11d918b981e767118
parent  9d5005a70cc42ee9f45104cc32aa099d0c3d6630 (diff)
fdo#69656 table with auto-width and at least one column with auto-width.
  - In case of auto width of table and atleast one cell of table
    is auto width It was setting table width to 100% relative width.
  - hence it was causing rederening problem, table width was wrong
    while rendering.
  - Changed 100% hardcoded value, now setting total width of table
    as per grid values.
  - modified one UT since we no longer setting width of table to
    100% default in case of 'auto' width.
  - Added one UT to check proper table width while importing.</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>