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

Input cursor sometimes jumps one character back while typing #219

Closed
3 tasks done
mrusme opened this issue Aug 26, 2023 · 2 comments
Closed
3 tasks done

Input cursor sometimes jumps one character back while typing #219

mrusme opened this issue Aug 26, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@mrusme
Copy link

mrusme commented Aug 26, 2023

Have you read a contributing guide?

  • I have read CONTRIBUTING.md
  • I have searched the existing issues and didn't find any that were similar
  • I have considered creating a pull request with fixes instead of a bug report and want to proceed

Current Behavior

On the Mac app, as well as the Linux app (Fedora, AppImage), the input cursor sometimes jumps one character back while typing (e.g. a journal entry), leading to words becoming mangled up:

            hello woldr
jumped back here ---^

Expected Behavior

The cursor should act normally.

Steps To Reproduce

  1. Create a new page
  2. Write a long text

Environment

- OS: MacOS, Fedora Linux
- Version: 0.34.3

Anything else?

No response

@mrusme mrusme added the bug Something isn't working label Aug 26, 2023
@ra3orblade
Copy link
Contributor

This is happening because of incorrect subscription to object name and description updates, this commit should fix this 1306868

@mrusme
Copy link
Author

mrusme commented Aug 28, 2023

I can confirm that with the latest alpha this issue is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants