Skip to main content

Bug Tracker

Side navigation

#9490 closed bug (invalid)

Opened June 02, 2011 09:41AM UTC

Closed June 02, 2011 01:41PM UTC

jQuery(window).bind failed in 1.6.x

Reported by: anonymous Owned by:
Priority: low Milestone: 1.next
Component: event Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:
Description

in 1.5.x

I can use

jQuery(window).bind('click', function(){ alert('test'); })

and click on the window and show the alert popup.

in 1.6.x, it doesn't work.

I must change it to

jQuery(window).click(function(){ alert('test'); })
Attachments (0)
Change History (2)

Changed June 02, 2011 09:49AM UTC by anonymous comment:1

I am sorry.. this is jquery-hotkey bug.

Changed June 02, 2011 01:41PM UTC by timmywil comment:2

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

Thanks for looking into it.