Declined
Last Updated: 29 Oct 2020 07:58 by ADMIN
Created by: Seven Spikes
Comments: 1
Category: AutoComplete
Type: Bug Report
0

On Android mobile devices (probably on other mobile devices as well) the click event from the drop-down list popup triggers the click event of controls below the clicked item.

The issue is similar to this one described here - https://www.telerik.com/forums/dropdownlist---click-through-issue-on-android-mobile-device

We managed to reproduce it including kendo.all.min.js and also including only the individual components required for the autocomplete to work.

In your demo, we simply added a button below the autocomplete and show an alert when the button is clicked.

Here is a DOJO link with the individual components:

https://dojo.telerik.com/azAFINIz/9

Simply type "A" so that the list of countries is shown and then click on "Andorra" and the button below the list will also be clicked.

The same DOJO link with kendo.all.min.js takes some more steps to be replicated.

https://dojo.telerik.com/ezuBaMEF

Here you need to type "A" and click on "Andorra", it won't fire the click event of the button initially but if you delete the selected items and type "A" again and then select "Andorra" the button will be clicked.

We have seen the same issue in version 2020.1 as well.

I workaround for this issue will be much appreciated!