I was reading about webbrowser support to see which javascript features I may rely on and I read this: "Any web browser with cookies enabled".
Are we really supporting all browsers with cookies enabled. like even really old IE 5 or strange browsers such as Konqueror. Is this information up to date or is this a bit dated.
By the way the libraries we are using aren't so generous with their guarantees. jquery supports only the last two versions of Chrome, Firefox, Safari and Opera and IE 6+ as seen on [0].
I think we should provide a more conservative estimate on what browsers we support.
[0] http://jquery.com/browser-support/
On 07/31/2013 01:20 AM, Mohamed Ashraf wrote:
I was reading about webbrowser support to see which javascript features I may rely on and I read this: "Any web browser with cookies enabled".
Are we really supporting all browsers with cookies enabled. like even really old IE 5 or strange browsers such as Konqueror. Is this information up to date or is this a bit dated.
By the way the libraries we are using aren't so generous with their guarantees. jquery supports only the last two versions of Chrome, Firefox, Safari and Opera and IE 6+ as seen on [0].
I think we should provide a more conservative estimate on what browsers we support.
AFAIK, we're targeting IE8+ at the moment.
Bye, Rouslan
Le 2013-07-31 02:28, Rouslan Placella a écrit :
On 07/31/2013 01:20 AM, Mohamed Ashraf wrote:
I was reading about webbrowser support to see which javascript features I may rely on and I read this: "Any web browser with cookies enabled".
Are we really supporting all browsers with cookies enabled. like even really old IE 5 or strange browsers such as Konqueror. Is this information up to date or is this a bit dated.
By the way the libraries we are using aren't so generous with their guarantees. jquery supports only the last two versions of Chrome, Firefox, Safari and Opera and IE 6+ as seen on [0].
I think we should provide a more conservative estimate on what browsers we support.
AFAIK, we're targeting IE8+ at the moment.
Bye, Rouslan
Yesterday I added to our team meeting agenda, the "Browser support" item.
I agree that we should update our doc with "more conservative estimate". Can it wait until the team meeting?
On Wed, Jul 31, 2013 at 12:17 PM, Marc Delisle marc@infomarc.info wrote:
Le 2013-07-31 02:28, Rouslan Placella a écrit :
On 07/31/2013 01:20 AM, Mohamed Ashraf wrote:
I was reading about webbrowser support to see which javascript features I may rely on and I read this: "Any web browser with cookies enabled".
Are we really supporting all browsers with cookies enabled. like even really old IE 5 or strange browsers such as Konqueror. Is this information up to date or is this a bit dated.
By the way the libraries we are using aren't so generous with their guarantees. jquery supports only the last two versions of Chrome, Firefox, Safari and Opera and IE 6+ as seen on [0].
I think we should provide a more conservative estimate on what browsers we support.
AFAIK, we're targeting IE8+ at the moment.
Bye, Rouslan
Yesterday I added to our team meeting agenda, the "Browser support" item.
I agree that we should update our doc with "more conservative estimate". Can it wait until the team meeting?
yes sure. I will just be more conservative with my assumptions till you decide which browsers you need to support.
-- Marc Delisle http://infomarc.info
Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Wed, 31 Jul 2013 02:20:29 +0200 Mohamed Ashraf mohamed.ashraf.213@gmail.com napsal(a):
I was reading about webbrowser support to see which javascript features I may rely on and I read this: "Any web browser with cookies enabled".
Since 4.0 we also require javascript.
Are we really supporting all browsers with cookies enabled. like even really old IE 5 or strange browsers such as Konqueror. Is this information up to date or is this a bit dated.
By the way the libraries we are using aren't so generous with their guarantees. jquery supports only the last two versions of Chrome, Firefox, Safari and Opera and IE 6+ as seen on [0].
I think we should provide a more conservative estimate on what browsers we support.
It would probably match jQuery list, though to claim something, we should really test there browsers...