New Posts New Posts RSS Feed: Does breeze.js work in IE8 and IE7?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Does breeze.js work in IE8 and IE7?

 Post Reply Post Reply
Author
dean View Drop Down
Newbie
Newbie


Joined: 23-Oct-2012
Posts: 1
Post Options Post Options   Quote dean Quote  Post ReplyReply Direct Link To This Post Topic: Does breeze.js work in IE8 and IE7?
    Posted: 23-Oct-2012 at 6:12pm
Does breeze.js work in IE8 and IE7?
or, it only works in Chrome, Firefox, and IE9?

dean
Back to Top
johnl View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 24-Jan-2011
Posts: 35
Post Options Post Options   Quote johnl Quote  Post ReplyReply Direct Link To This Post Posted: 24-Oct-2012 at 3:21pm
Yes and maybe?

IE8: Yes

IE 8 uses an older JS engine. You'll need to call upon es5-shim.js to fill in some, and possibly other, more modern bits. Additionally you'll need to use sham.js to get create working.


IE7: Maybe, but I haven't proved it myself yet.

Uh-oh. IE7 doesn't have native support for JSON or localStorage. So now, in addition to the above, at the very least you'll need to call upon json2.js for help as well as a something to handle localStorage. (Amplify perhaps?)

I did some testing in IE7 with shim, sham, and json2 (but not Amplify). Running the DocCode sample generated about two dozen errors.

Most of them were timeout errors, as IE7 took about twenty times longer to run through the tests than Chrome did ... or localStorage errors as without Amplify (or some other solution) IE7 is helpless on its own.

I think you can get it working as long as you take care of JSON and localStorage.

Let me know if Amplify (or something else) works for you.




Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down