Hi All
While working on the issue
https://wso2.org/jira/browse/CARBON-11462?focusedCommentId=47196#action_47196 a
JS error occured saying that JSON is undefined with in the main.js of
Impact Analysis Gadget. This only occurs with IE8, which is suppose to be a
JSON supported browser. The Gadget works fine with Chrome and Firefox. This
JS error avoid the gadget being populated with data as the error gets hit
at given below code snippet of the gadget.
var json = {};
if (canJSON(data)) {
json = data;
} else {
json = JSON.parse(data); <===== JSON undefined
}
Any ideas on this or suggestions to overcome this issue would be a great
help.
Thanks
Isuruw
--
*Isuru Wimalasundera*
Software Engineer; WSO2, Inc.; http://wso2.com,
mobile: +94 77 920 5641
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev