Side navigation
#7139 closed enhancement (fixed)
Opened October 10, 2010 01:42AM UTC
Closed September 20, 2011 12:58PM UTC
"hover" event alias should work for .bind as well as .live
Reported by: | cowboy | Owned by: | dmethvin |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | event | Version: | 1.4.2 |
Keywords: | 1.7-discuss | Cc: | |
Blocked by: | Blocking: |
Description
Is there a reason this is .live-only?
http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015
Attachments (0)
Change History (16)
Changed October 13, 2010 04:28AM UTC by comment:1
priority: | undecided → low |
---|---|
type: | bug → enhancement |
Changed October 14, 2010 05:57AM UTC by comment:2
status: | new → open |
---|
Changed October 25, 2010 10:16PM UTC by comment:3
component: | unfiled → event |
---|---|
milestone: | 1.4.3 → 1.5 |
Reproduced.
Changed April 06, 2011 05:58AM UTC by comment:4
Added a pull request for the following fix:
Pull request:
Changed April 07, 2011 02:41PM UTC by comment:5
milestone: | → 1.7 |
---|
Changed April 17, 2011 12:43AM UTC by comment:6
milestone: | 1.7 → 1.next |
---|
Let's discuss this in the 1.7 roadmap discussion.
Changed May 22, 2011 07:27PM UTC by comment:7
keywords: | → 1.7-discuss |
---|
Nominating ticket for 1.7 discussion.
Changed May 22, 2011 10:03PM UTC by comment:8
description: | Is there a reason this is .live-only? \ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015 \ → Is there a reason this is .live-only?\ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015\ |
---|
+1, Seems like an oversight
Changed May 23, 2011 12:13AM UTC by comment:9
+1, No reason I could think of.
Changed May 23, 2011 02:01AM UTC by comment:10
description: | Is there a reason this is .live-only?\ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015\ → Is there a reason this is .live-only? \ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015 \ |
---|
+1,
Changed May 23, 2011 03:48AM UTC by comment:11
description: | Is there a reason this is .live-only? \ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015 \ → Is there a reason this is .live-only?\ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015\ |
---|
+1,
Changed May 24, 2011 12:49AM UTC by comment:12
description: | Is there a reason this is .live-only?\ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015\ → Is there a reason this is .live-only? \ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015 \ |
---|
+1, If we can't remove the mythical "hover" event we are destined to perpetuate it to live/delegate.
Changed June 03, 2011 01:39PM UTC by comment:13
description: | Is there a reason this is .live-only? \ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015 \ → Is there a reason this is .live-only?\ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015\ |
---|
+1, D'oh, let's get this working.
Changed June 06, 2011 03:56PM UTC by comment:14
+0
Changed July 11, 2011 05:37PM UTC by comment:15
description: | Is there a reason this is .live-only?\ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015\ → Is there a reason this is .live-only? \ \ http://github.com/jquery/jquery/blob/master/src/event.js#L1012-1015 \ |
---|---|
milestone: | 1.next → 1.7 |
owner: | → dmethvin |
status: | open → assigned |
Changed September 20, 2011 12:58PM UTC by comment:16
resolution: | → fixed |
---|---|
status: | assigned → closed |
In 1.7 the code is refactored so that hover
works for all event attachment methods. For code clarity don't use it, please, since it's just an alias for "mouseover mouseout" and does not detect or deliver a "hover" event type.