[Proto-Scripty] Support for IE9

2010-06-25 Thread Fabien Ménager
Hello, as the third developer preview has just been released and shows lots of very interesting features, which change the target of "Prototype.Browser.IE", I think it is time to begin to work on making PrototypeJS compatible with this new browser. All the fallbacks that are actually used are not v

[Proto-Scripty] Re: is 1.6.1 backwards compatible?

2010-07-19 Thread Fabien Ménager
We switched recently from 1.6.0.3 to 1.6.1 in a quite big web application (350,000 lines) which uses Prototype and Scriptaculous intensively and we didn't have any problem except a few ones related to extensions we did in the Element object. However, I still recommend you to have a quick look at th

[Proto-Scripty] Re: Ajax request on anchor onclick is buggy in Safari

2010-08-10 Thread Fabien Ménager
Your method seems really random. You should proceed differently. Imagine the user has JS disabled, it's click won't be logged, you should use a server side script that will log the click and redirect the user to the desired file : href="dispatcher.php?file=program.exe" If you don't have access to t

[Proto-Scripty] Re: Should be simple - using up() with css class

2010-08-17 Thread Fabien Ménager
up() looks for a matching ancester in the DOM, not a sibling (brother) that was before it in the DOM. I think this will work : $('part-47').up().down('tr.sd_type').id On 17 août, 22:47, Rhiq wrote: > I obviously don't get the way up() works.  Using the generated HTML > below: > > >    Type: Tes