[Proto-Scripty] Re: optgroup IE 8-

2011-08-18 Thread Victor
Sometimes IE refuses to insert options created with new Element() or innerHTML into SELECT or OPTGROUP. Approach with new Option() is more reliable (at least for me) while still cross-browser. -- You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] Will Ajax support ontimeot event on XMLHttpRequest in IE8?

2011-08-18 Thread buda
IE8 supports an even ontimeout on XMLHttpRequest How can I manually add support To Ajax object not waiting new version of prototype.js? -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

[Proto-Scripty] Re: Prototype's evolution

2011-08-18 Thread shellster
Well written. As an opensource developer (aside from my day job), I am aware of the danger of caring too much about what the user thinks. I am also aware of the potential dangers of forking a project. What I want is some sort of answer from the Prototype devs on how they want the community to

Re: [Proto-Scripty] Re: Prototype's evolution

2011-08-18 Thread Phil Petree
I believe this is the 3rd time this subject has been brought up in the past year and, to my knowledge, devs have made no comment nor provided any direction so, as they say, no answer is an answer! On Thu, Aug 18, 2011 at 1:20 PM, shellster shellsterd...@gmail.com wrote: Well written. As an

Re: [Proto-Scripty] Re: Prototype's evolution

2011-08-18 Thread Brian Williams
that's very good point, Phil. I've been reluctant to say anything on this, but maybe another voice will take a step closer to an action. Recently Prototype lost one of its largest clients -- Magento. Starting with v2.0 Magento will be using jQuery. This is a big blow to the framework, imo

[Proto-Scripty] CSV to Json

2011-08-18 Thread kstubs
Any tips for converting CSV to Json? I have CSV, row deliminted \n, and fields delimited with typical comma. There is a known/exisiting object type for each field. Something like: {'fields': [{'field':'fname', 'col':2}, {'field':'ssn', 'col':5}]} So I have that to work from, and will