Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Undo with multiple selections does not maintain primary selection #7896

Open
redmunds opened this issue May 20, 2014 · 0 comments
Open

Undo with multiple selections does not maintain primary selection #7896

redmunds opened this issue May 20, 2014 · 0 comments

Comments

@redmunds
Copy link
Contributor

Recipe:

  1. Open a file with more than 400 lines (e.g. brackets.js)
  2. Place cursors on lines 150, 250, and 200 in that order so middle cursor is primary selection
  3. Scroll page so only primary cursor is visible
  4. Edit > Delete Line
  5. Edit > Undo

Results
Page is scrolled so that last cursor (in page order) is now in viewport. Presumably, this is because the last cursor is now the primary cursor.

Expected
The middle cursor stays the primary cursor.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants