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

Ticket #10962 (new defect)

Opened 4 months ago

Last modified 4 months ago

[DOC] remove method not extended to select elements

Reported by: Nycto Assigned to: sam
Priority: low Milestone: 2.x
Component: Prototype Version: edge
Severity: minor Keywords: documentation
Cc:

Description

It is not mentioned in the documentation that the "remove" function is not applied to select elements because of a pre-existing, native function. The documentation pages can be found here:

http://prototypejs.org/api/element/remove

http://prototypejs.org/api/element/methods/remove

The native remove function is documented by Mozilla on this page:

http://developer.mozilla.org/en/docs/HTML:Element:select

The following pages also make reference to extending elements, so it might be pertinent to mention this on them as well:

http://prototypejs.org/learn/extensions

http://prototypejs.org/api/element/extend

Change History

01/31/08 15:47:58 changed by kangax

  • priority changed from normal to low.
  • severity changed from normal to minor.