Browsers support ElkArte 1.0 November 28, 2013, 04:35:12 pm What is the oldest version of IE we are going to support?Some context.In the code I found the following comment:Code: [Select]// Note: IE < 8 requires us to set a width on the container, too.I think we are not going to support IE < 8, so I think it can be removed, right?It's in the creation of the result bar for polls.
Re: Browsers support ElkArte 1.0 Reply #1 – November 28, 2013, 06:15:27 pm IE8 should be the lowest we support, and I'd expect that to be a bit rough looking in some spots as it lacks a lot of css support, but it will work.
Re: Browsers support ElkArte 1.0 Reply #2 – November 28, 2013, 10:53:22 pm Quote from: Spuds – November 28, 2013, 06:15:27 pmIE8 should be the lowest we support, and I'd expect that to be a bit rough looking in some spots as it lacks a lot of css support, but it will work.No rounded corners and some other CSS3 thingies but it's still looking nice
Re: Browsers support ElkArte 1.0 Reply #3 – November 29, 2013, 10:28:34 am IE 8 is tricky because many devices still currently use it such as: Windows XP, Windows 7 Phones, and the Xbox 360 Browser. However, most likely by the end of 2014, there will no longer be any real need to support IE8.Look at this: http://www.w3schools.com/browsers/browsers_explorer.aspThat means that 20% of IE user's are still using IE8. So you have to decide, if you want the forum of the future or not? If it were me, I say support IE8 now, with the Elkarte 1.0 release. Then by the time 1.1 is released with a responsive theme, there will be no need to support IE8 any longer, and the puzzle falls in together nicely. Since Elkarte isn't current responsive, I don't see why it wouldn't support IE8.IE8 user's will dramatically drop over the next year because of the release of Xbox One(phasing out 360 IE8 browser), Windows 8 phones(phasing out windows phone 7 IE8 browser), and Windows 8(phasing out windows XP IE8 Browser).Just my opinion.
Re: Browsers support ElkArte 1.0 Reply #4 – November 29, 2013, 10:51:33 am Quote from: Xarcell – November 29, 2013, 10:28:34 amSince Elkarte isn't current responsiveAFAIK ElkArte's theme is responsive...
Re: Browsers support ElkArte 1.0 Reply #5 – November 29, 2013, 11:33:30 am Quote from: emanuele – November 29, 2013, 10:51:33 amQuote from: Xarcell – November 29, 2013, 10:28:34 amSince Elkarte isn't current responsiveAFAIK ElkArte's theme is responsive...I didn't realize, as it's been a few months since I checked it. In that case, I wouldn't bother with IE8.
Re: Browsers support ElkArte 1.0 Reply #6 – November 29, 2013, 11:43:03 am The only thing I recall off the top of my head that we did for ie8 was to add in the html5shim script ... I think most of the other browser specific conditionals have been removed, or at least severely reduced, I bet there are more Opera tweaks now then there are IE at this point In 1.1 we can look to reduce those even further which is a goodness
Re: Browsers support ElkArte 1.0 Reply #7 – November 29, 2013, 02:04:13 pm Quote from: Spuds – November 29, 2013, 11:43:03 amThe only thing I recall off the top of my head that we did for ie8 was to add in the html5shim script ... I think most of the other browser specific conditionals have been removed, or at least severely reduced, I bet there are more Opera tweaks now then there are IE at this point In 1.1 we can look to reduce those even further which is a goodnessIs html5shim even necessary?Yes, especially mini opera. Opera is more of a pain now than IE, but Opera plans to adopt webkit in the future.
Re: Browsers support ElkArte 1.0 Reply #8 – November 29, 2013, 02:48:47 pm Shim is necessary to style html5 new tags in oldIE.Opera has been WebKit based since version 15. It's now at version 18 official, or 19 alpha...
Re: Browsers support ElkArte 1.0 Reply #9 – November 29, 2013, 04:36:51 pm O_OReally? emanuele is still using 12.something...I should install it somewhere and see if dragonfly is around.
Re: Browsers support ElkArte 1.0 Reply #10 – November 29, 2013, 04:47:54 pm Quote from: Nao – November 29, 2013, 02:48:47 pmShim is necessary to style html5 new tags in oldIE.Opera has been WebKit based since version 15. It's now at version 18 official, or 19 alpha... That's my point exactly. If your not supporting IE8 or below, why do you need it? OldIE converts HTML5 tags into div's by default anyway. Or am I wrong?
Re: Browsers support ElkArte 1.0 Reply #11 – November 29, 2013, 06:42:33 pm Nope. They're inline tags (eg span) by default, not block tags.Ema, you should keep up to date but OTOH, opera's market share is never going high enough to justify working long on it. I know I did in the presto era, but it seems like a waste of time now that it's abandoned. As for Opera Bljnk, it behaves like Chrome, so no need to test under it for now.