This is a migrated thread and some comments may be shown as answers.

DropDownList Bug with Touchscreen Laptops

6 Answers 193 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Josh Pollard
Top achievements
Rank 1
Josh Pollard asked on 18 Oct 2012, 05:38 PM
I found an odd bug, and I'm not sure if the bug is with Chrome or with Kendo, but I figured this was the best place to start. I have a Lenovo X220T laptop which has a capacitive touchscreen display. When I use the dropdownlist control I'm unable to select an option when using the mouse in Chrome. You can use the demo page here http://demos.kendoui.com/web/dropdownlist/index.html to test it. I can click the drop-down for Cap Color, and the options are shown, but I can't select an option with my mouse. It works perfectly fine if I use the touchscreen, just not the mouse. Internet Explorer 8 works fine with the mouse. I'm using the latest version of Chrome, Version 22.0.1229.94 m.

Thanks!

6 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 19 Oct 2012, 06:40 AM
Hello Josh,

 This is a known issue with Chrome 22 and hybrid devices (that have touch screen and mouse). We will address that in some of our next internal builds. I will update this thread when this is done.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Josh Pollard
Top achievements
Rank 1
answered on 09 Nov 2012, 04:13 PM
any update on this issue?
0
Atanas Korchev
Telerik team
answered on 12 Nov 2012, 09:39 AM
Hi Josh,

 We are still working on this. Since all widgets are affected by this google chrome behavior we need to carefully test everything. 

 Support for touch events in Google Chrome should be implemented with the upcoming Q3 release which is due this week.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
IT
Top achievements
Rank 1
answered on 24 Jul 2018, 08:33 AM
This still seems to be an issue? How can we fix this? 
0
Dimitar
Telerik team
answered on 26 Jul 2018, 01:22 PM
Hello,

There is an existing item logged in the official Kendo UI GitHub repository, to which the observed issue is related to. I would suggest to subscribe to the item(#3773) in order to start tracking our progress and get notified as soon as the issue is updated.

In the "Workaround" section of the issue, you can find a temporary solution that can be used to patch the DropDownList until an official fix for the issue is released:
<script>
  kendo.ui.DropDownList.fn._popup = function () {
    kendo.ui.Select.fn._popup.call(this);
    this.popup.one("open", $.proxy(this._popupOpen, this));
 
    $(this.list).on("touchend.StaticList", "li", $.proxy(this._click, this))
    $(this.list).on("touchend", ".k-list-optionlabel", $.proxy(this._click, this))
  }
</script>

Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Elon
Top achievements
Rank 1
Iron
answered on 19 Apr 2022, 05:47 PM
A few drivers might be mistakenly introduced or uninstalled through Windows Update which might cause contact screen issues on Windows 10. 3. There might be an issue with the touch screen of acer swift 5 thunderbolt 3. At times free or broken screen link can likewise cause the apparition contact screen or touchscreen to become inert.
Tags
DropDownList
Asked by
Josh Pollard
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Josh Pollard
Top achievements
Rank 1
IT
Top achievements
Rank 1
Dimitar
Telerik team
Elon
Top achievements
Rank 1
Iron
Share this question
or