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

Bug: Error With jQuery 1.4 RC1

2 Answers 86 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kevin Watkins
Top achievements
Rank 1
Kevin Watkins asked on 12 Jan 2010, 05:57 PM
Hi,

I've just dropped jQuery 1.4 RC1 into my project and telerik.common.js  is clashing with it. I've had to comment out the overriding of the live/die events to get it working. Looking at the comments in that file those functions might not be necessary due to the overhaul of live events in 1.4.

Is there anything I need to change or can comment out can you tell me?

Cheers,

Kev

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 Jan 2010, 08:07 AM
Hello Kevin Watkins,

We have not tested with jQuery 1.4 as it is still not officially released. Indeed live events and bubbling of mouseleave/mouseenter would be obsolete once we officially upgrade to jQuery 1.4. However I cannot guarantee that this is the only thing that would broke. We need some time to test and see if everything is ok.

Regards,
Atanas Korchev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Gary Davis
Top achievements
Rank 2
answered on 02 Dec 2011, 11:04 PM
A related issue - we have been using jQuery 1.4.2 and in some recent MVC grid coding, I noticed that the Selectable grid was not showing the row change as the mouse hovered over it (also the curser was not the pointer and the selected row did not highlight).

Upgrading to the current jQuery (1.7.1) solved the issue.

The problem had to do with the event type being javascript's mouseover instead of jQuery's mouseenter so the t-state-hover class was never added to the row.

Gary Davis
Tags
General Discussions
Asked by
Kevin Watkins
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Gary Davis
Top achievements
Rank 2
Share this question
or