[Prototype-core] Re: Browser-Class

2007-06-07 Thread Frederic Gaus
place e.g. a div-popup in the middle of the window. >> >> I always use my own functions. If you also see a common need I would >> create a sample patch to include it in prototype. What do you think, >> is this useful or to specialized? > > > > >

[Prototype-core] Re: SV: [Prototype-core] Re: Browser-Class

2007-06-07 Thread Frederic Gaus
totally agree. But sometimes you have to, for example if you need a function not implemented in prototype yet Greetings Frederic -- Frederic Gaus pgp-key: 93E6903C fingerprint: 0C55 4517 CC1E 5F7F 9059 3535 AB54

[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

[Prototype-core] Position.cumulativeOffset in IE6

2007-07-20 Thread Frederic Gaus
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 affect

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

2007-07-24 Thread Frederic Gaus
mariux schrieb: > > > On Jul 20, 7:01 pm, Frederic Gaus <[EMAIL PROTECTED]> wrote: > >>>> I noticed yesterday, that Z-indexes are not observed when calculating >>>> cumulativeOffset. >>> Maybe I'm mising something, but what does

[Prototype-core] Error when using Prototype 1.6.0_rc0

2007-08-17 Thread Frederic Gaus
error. Any idea? 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] Re: string number check

2007-08-27 Thread Frederic Gaus
rue "0.23232".match("/[^0-9]/g") => false "0.23232".match("/[^0-9.,]/g") => true "abc".match("/[^0-9]/g") => false Greetings Frederic -- Frederic Gaus

[Prototype-core] Submitting a form in IE6

2008-03-04 Thread Frederic Gaus
foot .action-list-secondary > a').first(); > btn_no.innerHTML = this.label_no; > btn_no.observe('click', this.onNo); > btn_no.observe('click', function(event) { > this.result = false; >

[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