[TIMOB-26393] Android 8 scrollToTop() blurs textField
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 8.0.0, Release 7.3.1 |
Fix Version/s | n/a |
Components | n/a |
Labels | android, android-8, blur, engSchedule, focus, scrollview, textfield |
Reporter | josh.mocek |
Assignee | Eric Merriman |
Created | 2018-09-14T16:25:23.000+0000 |
Updated | 2019-05-21T15:38:25.000+0000 |
Description
On Android 8 when typing in a textField if the 'scrollToTop()' function is called then it will cause the textField to blur.
You will notice after you type 5 characters into the textField the field blurs.
Attachments
File | Date | Size |
---|---|---|
index.js | 2018-09-14T16:25:19.000+0000 | 546 |
index.tss | 2018-09-14T16:19:01.000+0000 | 522 |
index.xml | 2018-09-14T16:19:01.000+0000 | 792 |
Hello, I was able to reproduce the issue in Android 8 device with SDK 7.3.1.GA. The scrolltotap() is called when 5 characters are put in the textfield. Search is blurred and never focused for more input. Now, selecting on textfiled and putting more character will again blur the textfiled with just one character input. Moving to engineering. Thanks.
any update on this?