https://bugzilla.wikimedia.org/show_bug.cgi?id=73222

            Bug ID: 73222
           Summary: VisualEditor: Merging cells across table sections
                    causes some cells to disappear
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

HTML:

<table>
  <thead>
    <tr>
      <th>A</th><th>B</th><th>C</th><th>D</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>E</td><td>F</td><td>G</td><td>H</td>
    </tr>
  </tbody>
</table>

Select any set of cells across the two rows and try merging them. They are
merged correctly, but it looks as if the cells in the second row disappeared.
This is because HTML 'rowspan' attributes can not cause cells to span multiple
table sections.

We'd need to merge the sections when this happens, or just prevent the user
from merging the cells.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to