prototypejs / prototype

Prototype JavaScript framework
http://prototypejs.org/
Other
3.54k stars 640 forks source link

drop support for ie6, and maybe ie7 #253

Open fntz opened 10 years ago

fntz commented 10 years ago

According to windows windows drop support windows xp, and internet explorer release history internet explorer 6 currently unsupported, maybe it would make sense remove code for old version of internet explorer.

rafalwrzeszcz commented 10 years ago

:+1:

Prescia commented 10 years ago

They still have a decent market share, and this would affect mostly non-profits. I don't think this is a good idea.

rafalwrzeszcz commented 10 years ago

If someone has to support IE6/IE7 it means he is not interested in modern solutions as they can't use any of them in these browsers, so he can as well stay with current version of Prototype.

Prescia commented 10 years ago

I agree, but that would mean prototypejs would have to leave legacy versions to download as well =p

walterdavis commented 10 years ago

They are all available at the Google CDN, you can put in any version in the URL back to 1.6.0 (maybe further) and get it. It’s your own personal Wayback Machine.

Walter

On Sep 21, 2014, at 8:35 PM, Prescia Framework notifications@github.com wrote:

I agree, but that would mean prototypejs would have to leave legacy versions to download as well =p

— Reply to this email directly or view it on GitHub.

jwestbrook commented 10 years ago

I dont think new modern solutions/features are the specific problem - I think more bugfixes/performance improvements/security updates would be the concern - we would have to make sure to back port any fixes into the previous versions. Not that this is a hard task but it would require more contributors to step up and help out.