Skip to main content

Bug Tracker

Side navigation

#10725 closed bug (invalid)

Opened November 08, 2011 08:11PM UTC

Closed November 08, 2011 08:58PM UTC

Last modified March 09, 2012 06:03PM UTC

jquery special event not working correctly in jquery 1.7

Reported by: patrick.lee.scott@gmail.com Owned by:
Priority: low Milestone: None
Component: event Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

this worked in jquery 1.6.x but no longer works in jquery 1.7, don't know what is causing it but my code is no longer working correctly.. here is a stackoverflow post about it with links to demos.

http://stackoverflow.com/questions/8056391/jquery-special-event-hoverintent-on-accordion-not-working-in-jquery-1-7

Attachments (0)
Change History (2)

Changed November 08, 2011 08:58PM UTC by timmywil comment:1

component: unfiledevent
priority: undecidedlow
resolution: → invalid
status: newclosed

Thanks for taking the time to contribute to the jQuery project! Please ask for support on the forums or the #jquery irc channel until it has been narrowed down to an issue with jQuery core. If this is an issue with the hover-intent plugin or jQuery UI, please submit a bug report to the corresponding party.

Changed November 08, 2011 10:06PM UTC by patrick.lee.scott@gmail.com comment:2

it's not the hoverintent plugin, it is a jquery special event that is being created that will not bind correctly. The fact that it's jquery ui or happens to be called hover intent is not relevant to the problem, just an example. here is a jsfiddle showing the problem with the name changed to 'myspecialevent'

http://jsfiddle.net/tgWKZ/9/

I will post this on the forum to see if I can get a more specific error , but special events not binding in only the new version of jquery sounds like a jquery bug to me? unless you've changed how special events worked which I can't find any documentation on.