1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.26k stars 325 forks source link

Focusing on input boxes goes to beginning of text? #575

Open nabsiddiqui opened 7 years ago

nabsiddiqui commented 7 years ago

I have noticed that when using hints and clicking an input box that the cursor is at the beginning of the text rather than the end. This is inconsistent with when using "gi" to go to the first input box. Is there a reason for this or am I missing something obvious?

cedric-sun commented 7 years ago

I am pretty sure both gi and f/F* (when focusing a textbox) put the cursor at the end of the existing string. My environment: cVim 1.2.96, Chrome 60.0.3112.90 (Official Build) (64-bit) for Linux. Maybe some other extensions of yours tampered with this? Or (just my speculation) do we have languages that are written from right to left?