framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.12k stars 3.23k forks source link

Autocomplete not completing with mouse click on touchscreen on Chrome #1300

Closed rlundquist3 closed 6 years ago

rlundquist3 commented 7 years ago

This is a (multiple allowed):

What you did

When using an autocomplete on a touchscreen PC, clicking on the desired item does not complete the field, rather it leaves only what was typed in the input. The feature functions as expected when the item is selected on the touchscreen however.

The issue is not present on devices without touchscreens, and is not present on Firefox either way. Not tested on Safari or other browsers.

Expected Behavior

Using the example here: if the user types “ban”, the option “Banana” is in the dropdown. If the user clicks "Banana" with the mouse or touches it on the touchscreen, the field should complete with "Banana".

Actual Behavior

If the user clicks “Banana” with the cursor, the field seems to complete with “ban”, and the dropdown disappears. If the user touches “Banana” on the touchscreen, it is completed as desired.

valnub commented 7 years ago

Hi, works for me using Chrome on iOS. Are you on Windows 10? Or maybe ChromeOS?

ZanderBrown commented 7 years ago

Works for me (Chrome on Win10 32Bit)

rlundquist3 commented 7 years ago

@vanlub @ZanderBrown This was on Linux, but my team members reported it on Windows as well. Again, only on machines with touchscreens when using the mouse.

ZanderBrown commented 7 years ago

Ah so clicking not tapping. Okay you had me confused their.

Okay so clicking doesnt work.

valnub commented 7 years ago

Mouseclicks not working on a touchscreen. Weirdest thing I've ever head of :D

sfry77 commented 7 years ago

I have the same issue, but not with a touchscreen. Windows 10 desktop.

nolimits4web commented 6 years ago

Issue is closed because of outdated/irrelevant/not actual

If this issue is still actual and reproducible for latest version of Framework7, please create new issue and fill the issue template correctly:

Teja1234-2019 commented 5 years ago

I am also facing the same issue now. Can you please clearly mention in which version it is fixed.