[Prototype-core] Ajax.Autocompleter with minChars = 0

2008-12-19 Thread Frederic Gaus
to be changed to this.options.minChars = Object.isNumber(this.options.minChars) ? this.options.minChars : 1; What do you think? Greetings Frederic -- Frederic Gaus pgp-key: 93E6903C fingerprint: 0C55 4517 CC1E 5F7F 9059 3535 AB54 D8E8 93E6 903C

[Prototype-core] Submitting a form in IE6

2008-03-04 Thread Frederic Gaus
no further clue? Does anyone here has a clue? Thanks Frederic -- Frederic Gaus pgp-key: 93E6903C fingerprint: 0C55 4517 CC1E 5F7F 9059 3535 AB54 D8E8 93E6 903C --~--~-~--~~~---~--~~ You received this message because you

[Prototype-core] Re: string number check

2007-08-28 Thread Frederic Gaus
) = false 0.23232.match(/[^0-9.,]/g) = true abc.match(/[^0-9]/g) = false Greetings Frederic -- Frederic Gaus pgp-key: 93E6903C fingerprint: 0C55 4517 CC1E 5F7F 9059 3535 AB54 D8E8 93E6 903C --~--~-~--~~~---~--~~ You received

[Prototype-core] Error when using Prototype 1.6.0_rc0

2007-08-17 Thread Frederic Gaus
? Greetings Frederic -- Frederic Gaus pgp-key: 93E6903C fingerprint: 0C55 4517 CC1E 5F7F 9059 3535 AB54 D8E8 93E6 903C --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype: Core

[Prototype-core] Position.cumulativeOffset in IE6

2007-07-20 Thread Frederic Gaus
to arrange everything arround. (To avoid implementing something which is allready done.) Best Frederic -- Frederic Gaus pgp-key: 93E6903C fingerprint: 0C55 4517 CC1E 5F7F 9059 3535 AB54 D8E8 93E6 903C --~--~-~--~~~---~--~~ You received

[Prototype-core] Re: Position.cumulativeOffset in IE6

2007-07-20 Thread Frederic Gaus
Michael Peters schrieb: Frederic Gaus wrote: I noticed yesterday, that Z-indexes are not observed when calculating cumulativeOffset. Maybe I'm mising something, but what does a z-index have to do with where the element is positioned? It affects the depth but not the position right

[Prototype-core] Adding a Class.extend()

2007-07-13 Thread Frederic Gaus
Hi! Just found the following: http://wanderingken.com/2006/04/01/extending-prototype-classextend In my opinion this is something really useful and as far a I know, this is missing in prototype so far. What do you think? Best Frederic -- Frederic Gaus pgp-key