You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, there seems to be an issue with the position of the autocomplete suggestion box after the accept button was clicked. The suggestion box pops up on the right side of the keyboard at first which is great. If the users accepts the text and closes the keyboard but reset the focus on the same input, the suggestion box will now appear behind the keyboard instead of beside it.
It seems that the ul element's left and top properties are no longer calculated accurately. (in my case it was 650px and 25.6px respectively and it became 12.5667px and -0.0000610352px respectively)
Hi, there seems to be an issue with the position of the autocomplete suggestion box after the accept button was clicked. The suggestion box pops up on the right side of the keyboard at first which is great. If the users accepts the text and closes the keyboard but reset the focus on the same input, the suggestion box will now appear behind the keyboard instead of beside it.
It seems that the ul element's left and top properties are no longer calculated accurately. (in my case it was 650px and 25.6px respectively and it became 12.5667px and -0.0000610352px respectively)
I can reproduce the issue with your playground demo here: http://jsfiddle.net/Mottie/n6xeoLyp/
The text was updated successfully, but these errors were encountered: