[Prototype-core] Re: Selector.findChildElements issue

2008-02-15 Thread Tobie Langel
Hi, That is indeed a regression and we'll fix it. However, I can't stop myself from wondering what kind of bizarre HTML actually sports children for input tags ;) Best, Tobie On Feb 15, 8:58 am, Andrés Robinet [EMAIL PROTECTED] wrote: -Original Message- From: Andrés Robinet

[Prototype-core] Re: Selector.findChildElements issue

2008-02-15 Thread Tobie Langel
ya, the easiest solution will probably be: descendants: function(element) { return Element.select(element, *); }, On Feb 15, 10:02 am, Andrés Robinet [EMAIL PROTECTED] wrote: -Original Message- From: prototype-core@googlegroups.com [mailto:prototype- [EMAIL PROTECTED] On

[Prototype-core] Re: Deprecation.js

2008-02-15 Thread Richard Quadling
On 14/02/2008, Richard Quadling [EMAIL PROTECTED] wrote: On 14/02/2008, Tobie Langel [EMAIL PROTECTED] wrote: Hi Richard, Thanks for the thumbs up. deprecation.js is meant to be used with prototype.js, not a subset of it, so I don't think that's really an issue for now.

[Prototype-core] Re: Deprecation.js

2008-02-15 Thread Tobie Langel
Ya, I'm just trying to figure out a good way to do so as the plan is to tie it to a specific version of Prototype. Any suggestions welcomed. Best, Tobie On Feb 15, 12:58 pm, Richard Quadling [EMAIL PROTECTED] wrote: On 14/02/2008, Richard Quadling [EMAIL PROTECTED] wrote: On 14/02/2008,

[Prototype-core] Re: Attaching event to instance of object in class

2008-02-15 Thread Richard Quadling
On 14/02/2008, kojilab [EMAIL PROTECTED] wrote: Hi, I have a class with DOM elements as properties. I want to bind events within the class to the ements. Unfortunately I am getting an error telling me those properties are not defined. Here's an simplfied example of what I'm trying to