https://bz.apache.org/ooo/show_bug.cgi?id=123330
--- Comment #5 from [email protected] --- Unfortunately loading the file happens in the 47171 line of code filter under main/sw/source/filter/html. Before we start trying to find the buggy code, it might be a good idea to get a deeper understanding of the bug with some tests. In a 2x2 table: - Nested table intended for A2 => ends up in B1 - Nested table intended for B2 => ends up in A2 BUT in a 2x2 table where A2 is just <TD/>, a nested table intended for B2 goes into B1, NOT A2!!! In other words, a nested table is placed in its outer table's most recent NON-EMPTY cell. -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
