Browse Source

DOC-2270_TINY-6460 release notes entry: `TableOperations.opPasteColsAfter` & `TableOperations.opPasteRowsAfter` now place the cursor in the newly pasted row/column to be consistent with the other pasting operations. (#3081)

* DOC-2270: add release notes entry for TINY-6460

* fix heading level

* Apply suggestions from Karl's code review

Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>

* Update modules/ROOT/pages/7.0-release-notes.adoc

Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>

---------

Co-authored-by: Karl Kemister-Sheppard <karlkemistersheppard@gmail.com>
Co-authored-by: ltrouton <46954949+ltrouton@users.noreply.github.com>
pull/3115/head
Farzad Hayat 1 year ago
committed by GitHub
parent
commit
3b19777114
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      modules/ROOT/pages/7.0-release-notes.adoc

13
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]]
== Bug fixes == Bug fixes
{productname} <x.y[.z]> also includes the following bug fixes:
{productname} 7.0 also includes the following bug fixes:
=== <TINY-vwxyz 1 changelog entry> === <TINY-vwxyz 1 changelog entry>
//#TINY-vwxyz1 //#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. 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]]
== Security fixes == Security fixes

Loading…
Cancel
Save