[Prototype-core] Re: Roadmap for 1.6.1 (My take)

2008-07-21 Thread Namotco
I don't have anything specific that I'd like to see in Prototype. The event delegation sounds excellent! I'm happy it will fix the memory leak that's been plaguing me because of it. My general feeling is that we should implement some new features that get developers excited about Prototype.

[Prototype-core] Re: Roadmap for 1.6.1 (My take)

2008-07-03 Thread Viktor Kojouharov
Ken, wouldn't Enumerable.addMethods be just a wrapper around Class.addMethods? Like Class.addMethods(Enumerable, methods) On Jul 3, 7:31 am, Ken Snyder [EMAIL PROTECTED] wrote: Yes, those escapeHTML fixes are what I was thinking. I'm excited to see Event delegation! Also, I wanted to

[Prototype-core] Re: Roadmap for 1.6.1 (My take)

2008-07-02 Thread John-David Dalton
Also utilizing element.ownerDocument more (this will help in compatibility with iframes). Maybe a Element#getDocument(), getBodyElement, getRootElement. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core

[Prototype-core] Re: Roadmap for 1.6.1 (My take)

2008-07-02 Thread Ken Snyder
Is avoiding document.write() for IE dom:loaded included in 1.6.1? I think the core team concluded that doScroll was the way to go, but I'm not sure. What about fixing String#escapeHTML for IE and WebKit? What about enhancing Element#siblings to accept a selector?

[Prototype-core] Re: Roadmap for 1.6.1 (My take)

2008-07-02 Thread Gareth Evans
Automagical stopObserving on update/remove? Event delegation modification in core (so you can attach delegated events to observe instead of having to write the same document.observe pattern with a series of if-s and element.match(cssSelector)? Gareth On Thu, Jul 3, 2008 at 9:51 AM, kangax [EMAIL