[Prototype-core] Re: Notices in unamended prototype.js version 1.5.0_rc1

2007-01-22 Thread Richard Quadling
Aha! Thank you very much for the pointers on this. I apologise for creating the noise. I would suggest adding something to the main website about this as I am sure you get a lot of queries from non-beginner, but non-advanced, developers (people like me). An excellent product and extremely useful f

[Prototype-core] Unimportant question about parameters from an newbie.

2007-01-22 Thread Richard Quadling
Having read through the warnings (and subsequently turned off the strict mode), I have a final question on 1 of the warnings. Function.prototype.bindAsEventListener = function(object) { This method requires a parameter which is subsequently overwritten by argument retrieval code, in exactly the s

[Prototype-core] How I use prototype

2007-01-22 Thread webEater
I use a file that extends and overwrites some prototype methods. URL: http://aka-fotos.de/research/prototype/js/extendedPrototype0.2.js Some examples - the following ones extend Element.methods * visible: function(element) { return Element.getStyle(element, 'display') != 'none'; } For me it's

[Prototype-core] Re: How I use prototype

2007-01-22 Thread Thomas Fuchs
Thanks! Please mind that your message is probably more suited to the general rubyonrails spinoffs google group (general Prototype and script.aculo.us discussion there), as this Mailing list is for core Prototype development discussion (maybe borderline here). Best and lots of fun with Prot

[Prototype-core] Re: How I use prototype

2007-01-22 Thread Tobie Langel
Hi webEater, Regarding your visible/show/hide issues, have a look at my post about why using inline display style is unfortunately the only solution that works: http://tobielangel.com/2006/12/31/why-the-css-display-property-sucks Best, Tobie --~--~-~--~~~---~--~---

[Prototype-core] Re: Unimportant question about parameters from an newbie.

2007-01-22 Thread Andrew Dupont
Function.protototype.bindAsEventListener originally took just one argument (unlike its cousin bind, which takes an arbitrary number of arguments and passed all but the first to the bound function). A while back we changed it to behave the same way as bind. So its parameter list should be empty,

[Prototype-core] Re: Unified browser detection patch

2007-01-22 Thread Andrew Dupont
Opera has always been supported. On Jan 21, 11:09 am, "Tobie Langel" <[EMAIL PROTECTED]> wrote: > And BTW is Opera 9 officialy supported by Prototype? If not, couldn't > that be one of the goals of a future release? --~--~-~--~~~---~--~~ You received this message

[Prototype-core] Re: Unified browser detection patch

2007-01-22 Thread Tobie Langel
Really, even Opera 8 ? On Jan 22, 12:43 pm, "Andrew Dupont" <[EMAIL PROTECTED]> wrote: > Opera has always been supported. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this gro