Page MenuHomePhabricator

VisualEditor: Removing table row where rowspanned cell starts un-merges the remaining spanned cells
Closed, ResolvedPublic

Description

Removing the table row where rowspanned cell starts un-merges the remaining spanned cells.

  1. Look at the tables.html demo.
  2. In "Merged cells" example, place cursor at the "10" cell.
  3. Delete row.

The "4" cell has correctly changed from spanning three to two rows. However, the "9" cell has split into three cells, while it should have been changed from spanning four to three rows instead.

Analogous behavior occurs when removing the column where a colspanned cell starts. (Try with the "16" cell.)


Version: unspecified
Severity: normal

Details

Reference
bz73213

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 3:45 AM
bzimport set Reference to bz73213.

Change 172193 had a related patch set uploaded by Bartosz Dziewoński:
[WIP] Don't un-merge spanned cells when spanned cell is removed

https://gerrit.wikimedia.org/r/172193

Change 172193 merged by jenkins-bot:
Don't unmerge spanned cells when spanned cell is removed

https://gerrit.wikimedia.org/r/172193