Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCan't move caret to leftmost position in text input with arrow keys #22344
Comments
|
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
|
@highfive: assign me |
|
Hey @vn-ki! Thanks for your interest in working on this issue. It's now assigned to you! |
|
I can position the caret in front of the |
|
I can still reproduce this on macOS. |
|
Ah ok, I'm on Linux. |
|
Also on macOS, I can only move the cursor one position back. |
|
Hey, I can reproduce this. Can I get assigned? |
|
Did some experimentation, what's happening is that additional unicode characters ( |
|
Thanks for verifying that! |
./mach run -d 'data:text/html,<input value="hi">'Try to use the arrow keys to position the caret in front of the
h. I would expect the error to exist in the code that deals with a single horizontal adjustment.