diff --git a/modules/ROOT/pages/7.0-release-notes.adoc b/modules/ROOT/pages/7.0-release-notes.adoc index c926977dd1..5f52ea16cd 100644 --- a/modules/ROOT/pages/7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.0-release-notes.adoc @@ -222,7 +222,7 @@ Any editors using this `highlight_on_focus: true` option, can remove this option [[bug-fixes]] == Bug fixes -{productname} also includes the following bug fixes: +{productname} 7.0 also includes the following bug fixes: === //#TINY-vwxyz1 @@ -361,6 +361,17 @@ To address this, the summary element has been included in the list of non-empty With this adjustment, the summary element will no longer be deleted under the previously mentioned conditions. +=== The `mceTablePasteRowAfter` command, `mceTablePasteColAfter` command, `"Paste row after"` menu item and `"Paste column after"` menu item now place the cursor in the newly pasted row/column to be consistent with the other pasting operations. +// #TINY-6460 + +Previously, the cursor position was incorrectly calculated after pasting a new row or column when using the `mceTablePasteRowAfter` command, `mceTablePasteColAfter` command, or `"Paste row after"` and `"Paste column after"` UI menu items. + +As a consequence, after pasting, the cursor remained in the same position instead of moving to the newly pasted row or column. + +{productname} 7.0 addresses this, fixing the cursor calculation. + +Now, when using the `mceTablePasteRowAfter` command, `mceTablePasteColAfter` command, or `"Paste row after"` and `"Paste column after"` UI menu items, the cursor is correctly positioned in the newly pasted row or column as expected. + [[security-fixes]] == Security fixes