Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete suggestion box hidden after accept #382

Closed
nemesis538 opened this issue Aug 17, 2015 · 1 comment
Closed

Autocomplete suggestion box hidden after accept #382

nemesis538 opened this issue Aug 17, 2015 · 1 comment
Labels

Comments

@nemesis538
Copy link

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/

1
2

@Mottie
Copy link
Owner

Mottie commented Aug 17, 2015

Hi @nemesis538!

I didn't realize I had 538 other nemeses 😲 hehe

Thanks for reporting this problem. I'll have it fixed shortly.

@Mottie Mottie added the Bug label Aug 17, 2015
@Mottie Mottie closed this as completed in b53d461 Aug 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants