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

Ticket #11472 (new defect)

Opened 8 months ago

Last modified 8 months ago

[PATCH] Element position helper methods don't use element = $(element)

Reported by: jdalton Assigned to: sam
Priority: high Milestone: 2.x
Component: Prototype Version: edge
Severity: major Keywords: 1.6.0.3
Cc: savetheclocktower

Description

While fixing another issue I discovered that almost all the Element position helper methods don't use

 element = $(element);

This goes for some other methdos as well.

Attachments

dom_fix.diff (2.8 kB) - added by jdalton on 03/31/08 04:42:20.

Change History

03/31/08 04:42:20 changed by jdalton

  • attachment dom_fix.diff added.

03/31/08 13:14:45 changed by jdalton

  • cc set to savetheclocktower.
  • severity changed from normal to major.

04/02/08 14:49:12 changed by jdalton

  • keywords set to 1.6.0.3.