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

Chrome Debugger issue

2 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dr.YSG
Top achievements
Rank 2
Dr.YSG asked on 24 Mar 2014, 06:28 PM
I am finding it impossible to use the Chrome Developers debugger today. The issue is constant DOM errors of the form:

event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

Coming from jquery-1.9.1 

This is fixed in newer versions of jquery,

But I am using Kendo UI Complete v2013.3.1324 and that comes with 1.9.1

Suggestions?

using Chrome 33.0.1750.154 m


2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 25 Mar 2014, 08:36 AM
Hello,

Have you tried using the latest version of jQuery? Here are all versions of jQuery that we support: http://docs.telerik.com/kendo-ui/getting-started/javascript-dependencies#jquery-version

Regards,
Atanas Korchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Dr.YSG
Top achievements
Rank 2
answered on 25 Mar 2014, 04:14 PM
I upgraded to jquery 2.0.3 but it was still giving the error. Then I found this post: http://bugs.jquery.com/ticket/11478

And as a FYI for other readers, I want to tell you it is not exactly in settings, but if you go to the source tab, you will see the buttons for:
pause ||, step over, step in, step out, and then the last button (the stop sign) is how to change the pause on DOMexceptions rule.

I have it set for uncaught exceptions (otherwise all the try statements are going to stop the debugger). Must have it this by accident.


Tags
General Discussions
Asked by
Dr.YSG
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Dr.YSG
Top achievements
Rank 2
Share this question
or