Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #3801 (new defect)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Drop onHoverEnd support

Reported by: rob.mayhew@gmail.com Assigned to: Rails
Priority: normal Milestone:
Component: script.aculo.us Version: 1.0.0
Severity: normal Keywords:
Cc:

Description

Added support to fire the onHoverEnd function when a drag is no longer hovering over a droppable.

Droppables.add('drop', {

onHover: function(hoveringDrag){log('hovering');}, onHoverEnd: function(PerviousHoveringDrag){log('hover End');}});

Attachments

drop_onhoverend_event_support.diff (0.9 kB) - added by rob.mayhew@gmail.com on 02/10/06 22:28:08.
[PATCH] Droppable onHoverEnd event

Change History

02/10/06 22:28:08 changed by rob.mayhew@gmail.com

  • attachment drop_onhoverend_event_support.diff added.

[PATCH] Droppable onHoverEnd event

02/10/06 22:28:52 changed by anonymous

  • owner changed from David to Rails.
  • component changed from ActiveRecord to script.aculo.us.