Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#4509 - In the Text-editing mode, when inserting a fragment after pressing Ctrl+V twice, the cursor is moved to another row #4664

Conversation

Guch1g0v
Copy link
Collaborator

@Guch1g0v Guch1g0v commented May 20, 2024

Overview

This pull request addresses the issue where, in Text-editing mode, the cursor moves to another row after inserting a fragment by pressing Ctrl+V twice.

Solution

The problem has been resolved by implementing a check for the presence of phosphate in the current sequence and the inserted sequence.

Testing

Manual testing has been performed to validate the fix in various scenarios within the Text-editing mode.

Impact

This fix improves the user experience by preventing the cursor from inadvertently moving to another row after inserting a fragment. It enhances the overall usability and reliability of the Text-editing mode.

References

In the Text-editing mode, when inserting a fragment after pressing Ctrl+V twice, the cursor is moved to another row #4509

Check list

  • unit-tests written
  • e2e-tests written
  • documentation updated
  • PR name follows the pattern #1234 – issue name
  • branch name doesn't contain '#'
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • task status changed to "Code review"
  • reviewers are notified about the pull request

@Guch1g0v Guch1g0v marked this pull request as draft May 29, 2024 14:48
@Guch1g0v Guch1g0v marked this pull request as ready for review May 29, 2024 15:04
@auto-assign auto-assign bot requested a review from Zhirnoff May 29, 2024 15:04
@Guch1g0v Guch1g0v merged commit a00bf26 into master May 29, 2024
5 checks passed
@Guch1g0v Guch1g0v deleted the 4509-macro-in-the-text-editing-mode-when-inserting-a-fragment-after-pressing-ctrl+v-twice-the-cursor-is-moved-to-another-row branch May 29, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants