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

Ticket #9500 (closed defect: untested)

Opened 10 months ago

Last modified 9 months ago

Element.wrap() not extended in IE7

Reported by: ncrossland Assigned to: Tobie
Priority: normal Milestone: 2.x
Component: Prototype Version: edge
Severity: normal Keywords:
Cc:

Description

In 1.6.0_rc0, wrap() is not being extended onto elements in IE.

e.g.

alert($('introduction').wrap());

Returns the element in Firefox, but generates an error ("Object doesn't support this action") in IE. Tested in IE7.

alert(Element.wrap($('introduction')));

works fine cross-browser.

Change History

09/07/07 12:56:46 changed by Tobie

  • owner changed from sam to Tobie.

Works for me here.

Could we have more context ?

Maybe a failing test case ?

Thanks!

10/19/07 13:00:06 changed by Tobie

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