<table><tr><td style="">danders added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15428">View Revision</a></tr></table><br /><div><div><p>Fidled a little more with this, and found several problems when table with merged cells is split over pages,<br />
like unmerged cell painted on both pages (empty on first page), caret not shown in selected cell and sometimes shown in prev cell.</p>

<p>Tried to recreate problem with words, which is easy, both with Anthonies (<a href="https://phabricator.kde.org/D15428" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D15428</a>) patch and with master:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Create a 2x1 table then merge the two rows:</li>
</ul>

<p>master: Table disappears (expected, as layout code is skipped)<br />
<a href="https://phabricator.kde.org/D15428" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D15428</a>: Table is displayed as it should be.</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">Create a table larger than a page, then merge the first 2 rows:</li>
</ul>

<p>master: Loops<br />
<a href="https://phabricator.kde.org/D15428" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D15428</a>: Table is displayed as it should.</p>

<p>I encountered an assert in KoTextLayoutTableArea::selectionBoundingBox() line 342,<br />
but this is not a new problem and unrelated to <a href="https://phabricator.kde.org/D15428" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D15428</a>.<br />
To recreate: Add a table, merge two rows, add a row below the merged rows -> assert.</p>

<p>I also checked out how LO handles this. In imvvho they don't do a great job, but they don't freeze nor crash ;)<br />
As you aptly point out Camilla, we need to define in more detail what to do in different cases, but as always<br />
LO is probably the standard even when they are not good.</p>

<p>Based on all this, I retract all my suggestions/proposals/patches.<br />
Imvvho Anthonies patch adresses two concrete problems (a loop and a crash) and afaics it does not introduce new problems,<br />
so I propose it is accepted.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R8 Calligra</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15428">https://phabricator.kde.org/D15428</a></div></div><br /><div><strong>To: </strong>anthonyfieroni, Calligra: 3.0, danders, boemann<br /><strong>Cc: </strong>Calligra-Devel-list, dcaliste, cochise, vandenoever<br /></div>