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

ListView Data-Click Event in Kendo UI Mobile v2012.3.1114 Firing Twice in Simulator

3 Answers 74 Views
Report a bug
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Richardsonke
Top achievements
Rank 1
Richardsonke asked on 07 Jan 2013, 03:26 PM
Using v2012.3.1114 of Kendo UI Mobile works fine on physical devices, but in the simulator the ListView data-click event fires twice for a single click. This problem may or may not be limited to the ListView click event, that's just where it is giving me problems. It was working fine in the simulator for the Q2 2012 release of Kendo UI Mobile.

Steps to reproduce:
1) create new Kendo UI-based project
2) Add the following code to the tabstrip-home view:
<ul data-role="listview" data-style="inset" data-click="onItemClicked">
<li>Test1</li>
<li>Test2</li>
</ul>
Add the following function:
function onItemClicked(e) {
console.debug('test');
}
4) Open the Javascript console in the simulator and click on one of the listitems we just added.
5) Notice that "test" is in the console twice - it should be only once.
6) Deploy to device and click listitem - the device console log in Icenium will only show one "test" per touch.

Feedback Link: https://feedback.telerik.com/Project/87/Feedback/Details/1118-listview-data-click-event-in-kendo-ui-mobile-v2012-3-1114-firing-twice-in-simulat

3 Answers, 1 is accepted

Sort by
0
Kristian D. Dimitrov
Telerik team
answered on 09 Jan 2013, 06:43 AM
Hi Keith,

 Thanks for the feedback and the detailed description. We have been able to reproduce this issue and it is logged inside our bug tracking system. It will be fixed in one of our next releases.

Regards,
kdimitrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Richardsonke
Top achievements
Rank 1
answered on 09 Jan 2013, 05:10 PM
Any idea approximately when the next release will be?  Thanks!
0
Stefan Dobrev
Telerik team
answered on 10 Jan 2013, 01:40 PM
The next release is expected in the first half of February.

-sdobrev


Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
Report a bug
Asked by
Richardsonke
Top achievements
Rank 1
Answers by
Kristian D. Dimitrov
Telerik team
Richardsonke
Top achievements
Rank 1
Stefan Dobrev
Telerik team
Share this question
or