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

Ticket #7870 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Event.element is not extended

Reported by: webbles Assigned to: mislav
Priority: normal Milestone: 1.x
Component: Prototype Version: edge
Severity: minor Keywords:
Cc:

Description

The element returned from Event.element is not extended automatically. An easy fix is to just wrap the result in Element.extend(). The line is 2896 in the version shipped with scriptaculous 1.7.1_beta1.

Change History

03/19/07 20:25:22 changed by webbles

  • severity changed from normal to minor.

03/20/07 09:16:51 changed by mislav

  • owner changed from sam to mislav.

04/17/07 17:32:01 changed by madrobby

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [6535].