Skip to content

Commit

Permalink
DOC-2270_TINY-6460 release notes entry: `TableOperations.opPasteColsA…
Browse files Browse the repository at this point in the history
…fter` & `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 <[email protected]>

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

Co-authored-by: ltrouton <[email protected]>

---------

Co-authored-by: Karl Kemister-Sheppard <[email protected]>
Co-authored-by: ltrouton <[email protected]>
  • Loading branch information
3 people authored Feb 26, 2024
1 parent a9688f9 commit 3b19777
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion modules/ROOT/pages/7.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Any editors using this `highlight_on_focus: true` option, can remove this option
[[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-vwxyz1
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3b19777

Please sign in to comment.