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

Moving cursor left or right in checklists lines moves the cursor incorrect (with AnySoftKeyboard) #1024

Closed
wired2051 opened this issue Mar 21, 2021 · 2 comments

Comments

@wired2051
Copy link

Since my update from v1.2.3 to v1.3.1 I have a problem with text input in the checklist lines. When I move the cursor left or right (with keys, not by finger tapping), the cursor jumps out of the checklist line or to the beginning of the checklist line (into line 1).

The problem is reproducible. The title line and the location line are not affected.

I am using AnySoftKeyboard v1.10.1109, Android 7.

The problem is similar to Issue #664 from 2018 in my opinion but also occurs in single checklists lines.

@dmfs
Copy link
Owner

dmfs commented Mar 21, 2021

Sounds like the keys move the focus instead of the cursor position. I'll check that.

@dmfs
Copy link
Owner

dmfs commented Mar 21, 2021

Oh, I guess that may be caused by the TextMovementMethod which enables the clickable links.

dmfs added a commit that referenced this issue Mar 21, 2021
Also fix a crash in case an action view is not shown and linkification
of the last link of a line.
@dmfs dmfs closed this as completed in 66432ad Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants