glaszig / SZTextView

A drop-in UITextView replacement which gives you: a placeholder.
MIT License
683 stars 102 forks source link

Input marker set back to index 0 when autocomplete is active and textView is touched #41

Closed 0xMatthewGroves closed 8 years ago

0xMatthewGroves commented 9 years ago

Having an issue as described in the subject line. If you start inputting a word and autocorrect offers a suggestion, tap the textview again and it will always move the cursor index back to 0.

For example:

  1. Receive focus to text view.
  2. Start typing "Cj".
  3. Autocomplete should offer "Check" for word suggestion.
  4. Tap text view again to "accept" recommendation.

Result:

"Check" appears in the text view, but the cursor index is set back to the beginning.

glaszig commented 8 years ago

could not replicate on ios 9.2. if you're still having please post your ios version and reopen.