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

ComboBox select event ignoring e.preventDefault() in build 2015.3.930

1 Answer 264 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jamie
Top achievements
Rank 1
Jamie asked on 16 Oct 2015, 10:37 PM

We upgraded our application from Q2 to Q3 build 2015.3.930 this week.  Our select event handlers for ComboBoxes are no longer respecting e.preventDefault().  We use this technique to display a confirmation dialog in certain cases.

I recreated the issue in the dojo to confirm the issue exists in the Q3 ​release and not the Q2 release: http://dojo.telerik.com/olIsi

fabric.bind("select", function(e){ e.preventDefault(); });

1 Answer, 1 is accepted

Sort by
0
Plamen Lazarov
Telerik team
answered on 20 Oct 2015, 01:33 PM

Hello Jamie,

Thank you for drawing our attention to this issue. 

The observed behavior is not expected, and I logged it in GitHub. You can keep track of the issue status here: 

https://github.com/telerik/kendo-ui-core/issues/1198

I have also updated your Telerik points.
Regards,
Plamen Lazarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
ComboBox
Asked by
Jamie
Top achievements
Rank 1
Answers by
Plamen Lazarov
Telerik team
Share this question
or