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

Undoing in secondary area returns focus to primary area #402

Open
ageorgou opened this issue Sep 6, 2019 · 0 comments
Open

Undoing in secondary area returns focus to primary area #402

ageorgou opened this issue Sep 6, 2019 · 0 comments
Labels

Comments

@ageorgou
Copy link
Contributor

ageorgou commented Sep 6, 2019

To reproduce:
Split window horizontally or vertically (not with the Arabic pane!)
Make edits in the secondary area
Undo while still in the secondary area. The focus will move to the primary area.

This would be particularly annoying with a large file when the two areas show different parts. Undoing from the secondary area will then make the primary area scroll up/down to match the position in the secondary area.

This has to do with how we are identifying the source of an editing event, and the fact that the two areas share the same underlying document, so it's not easy to distinguish between them.

@ageorgou ageorgou added the bug label Sep 6, 2019
@ageorgou ageorgou mentioned this issue Sep 6, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant