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

Ticket #7864 (closed defect: untested)

Opened 2 years ago

Last modified 1 year ago

[PATCH] Position.relativize causes an error in IE

Reported by: Mourner Assigned to: sam
Priority: normal Milestone: 2.x
Component: Prototype Version: edge
Severity: major Keywords: position relativize ie
Cc:

Description

On lines 201-202 of Position.js, 2 non-existent values are accessed: element._originalHeight and element._originalWidth. This causes an error in IE when using Position.relativize function.

Attachments

position_relativize_ie_patch.diff (0.5 kB) - added by pyro8019 on 06/26/07 04:11:43.
patch

Change History

06/26/07 04:11:43 changed by pyro8019

  • attachment position_relativize_ie_patch.diff added.

patch

06/26/07 04:13:06 changed by pyro8019

  • severity changed from normal to major.
  • summary changed from Position.relativize causes an error in IE to [PATCH] Position.relativize causes an error in IE.

10/14/07 12:14:05 changed by Tobie

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

Please kindly update your patch with unit tests. Thanks!