- Issue created by @kohei_iwamura
- 🇳🇿New Zealand quietone
Drupal 10.3 is only eligible for security fixes. Also, changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .
I have replicated the issue where column header settings are lost when merging rows using rowspan in CKEditor 5, but it doesn't occur when merging columns with colspan. It seems that CKEditor is not correctly preserving the rowspan and colspan attributes when rows are merged. Additionally, input filter settings may be stripping out these attributes during the save process.
To resolve this, we could adjust the CKEditor configuration to ensure the rowspan and colspan attributes are handled properly during both the save and reload processes.
As image attached, in below table Merge cells and then enable column header. After save when try to enable header column for other cell. It also enable previously removed header column.