hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
324 stars 81 forks source link

Cursor not visible on SocialAutoCompleteTextView on selecting. #11

Closed rajatmehra75 closed 7 years ago

rajatmehra75 commented 7 years ago

Cursor not visible on SocialAutoCompleteTextView on clicking on it, it is visible on long click or after writing anything in it.

hanggrian commented 7 years ago

Hi @rajatmehra75, I'm currently converting this library to fully use Kotlin. I will investigate this issue once turned to Kotlin. Stay tuned!

hanggrian commented 7 years ago

I did check the cursor, and there's nothing wrong with it, they are visible unless unfocused.

Would you mind sharing a video and your device/emulator type and OS build number?

CripyIce commented 7 years ago

Hi there @HendraAnggrian , I also do not see the cursor on lower api versions. for example, watch it on Android Studio Emulator API version 17. You can see my attachment that cursor is not visible (on API level 26 everything looks good). P.S. you can still write, only the display is corrupted Another thing, for some reason i cannot update to version 0.15.1 or 0.16.0. Thanks! image

hanggrian commented 7 years ago

@CripyIce thanks for the report, I'll check it out on API 17, which I believe is Jelly Bean. In the meantime, please try version 0.15.1 as there is no 0.16.0, I must have been too sleepy yesterday.

hanggrian commented 7 years ago

MultiAutoCompleteTextView weirdly behaves like that in API 17, but AppCompatMultiAutoCompleteTextView seems fine. All widgets are now extending appcompat-v7's widgets, effective since version 0.15.2 which has just been uploaded.

Thanks for the bug tracking guys, find me another one.