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 menu does not work correctly on mobile phones #858

Open
kovzol opened this issue Feb 3, 2023 · 1 comment
Open

Autocomplete menu does not work correctly on mobile phones #858

kovzol opened this issue Feb 3, 2023 · 1 comment

Comments

@kovzol
Copy link

kovzol commented Feb 3, 2023

Issue summary

When using the autocomplete feature on a mobile phone, the autocomplete feature cannot be used properly.

Expected behavior

After selecting the possible completion options, it is shown in the terminal input row, and after continuing the typing, the selected completion should remain on the input row.

Actual behavior

After selecting the possible completion options, it is shown in the terminal input row, but after continuing the typing, the selected completion disappears.

Steps to reproduce

When visiting https://matek.hu/tarski/webtarski.html, then pressing q, then selecting "qepcad-qe", this appears on the input row, but after continuing typing, only "q" is shown.

Browser and OS

Chrome 109.0.5414.117, Samsung Galaxy M23, Android 13

Additional notes

@kovzol kovzol added the Bug label Feb 3, 2023
@jcubic jcubic changed the title Autocomplete does not work correctly on mobile phones Autocomplete menu does not work correctly on mobile phones Feb 5, 2023
@jcubic
Copy link
Owner

jcubic commented Feb 5, 2023

I was trying to debug I think that I fix the issue, but it's hard to tell because Google Chrome 108 broke the library by changing the behavior of height: 100% the issue is tracked here #859.

@jcubic jcubic added the mobile label Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants