Last modified: 2014-11-13 13:03:09 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T75222, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 73222 - VisualEditor: Merging cells across table sections causes some cells to disappear
VisualEditor: Merging cells across table sections causes some cells to disappear
Status: ASSIGNED
Product: VisualEditor
Classification: Unclassified
Editing Tools (Other open bugs)
unspecified
All All
: Low minor
: ---
Assigned To: Editing team bugs – take if you're interested!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-10 14:52 UTC by Bartosz Dziewoński
Modified: 2014-11-13 13:03 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bartosz Dziewoński 2014-11-10 14:52:17 UTC
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.
Comment 1 James Forrester 2014-11-13 13:03:09 UTC
Doesn't affect VE-MW because we don't use table sections there. Preventing merging probably makes most sense, but really we should have a visual styling for the individual sections so users can know what's going on for that… Not fun.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links