kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

2.2.3 Error in InternetExplorer #487

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. install 2.2.3
2. see error page in IE

===
The error information on a Web page

Message: Availability of an identifier string or number
Line: 30
Symbol: 7
Code: 0
===

//line 30 = default: "en"

Original issue reported on code.google.com by SerChe...@gmail.com on 30 Oct 2013 at 5:59

GoogleCodeExporter commented 8 years ago
Try putting word "default" in quotes (or simply remove it, English is default 
anyway)

Original comment by samuli.j...@gmail.com on 30 Oct 2013 at 6:09

GoogleCodeExporter commented 8 years ago
corrected:
- line 30 default: "en" = "default": "en"

see on start page:
"Failed to initialize Mollify"

Original comment by SerChe...@gmail.com on 30 Oct 2013 at 6:14

GoogleCodeExporter commented 8 years ago
- in IE 8.0.6001.18702 NOT WORKS, I see "Failed to initialize Mollify"
- in IE 10.0.9200.16721 WORKS FINE

Original comment by SerChe...@gmail.com on 30 Oct 2013 at 6:46

GoogleCodeExporter commented 8 years ago
I will not support IE 8, but with IE 9 or greater it should be ok.

Make sure you have following line in index.html head:

<meta http-equiv="X-UA-Compatible" content="IE=Edge">

which will make sure IE displays it in standards mode.

Original comment by samuli.j...@gmail.com on 6 Nov 2013 at 10:30