You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing such a wonderful mindmap. The mindmap is unable to support for IE but able to be supported by chrome & firefox.
I am unable to troubleshoot what is the error?
file location: storage.js
SCRIPT5007: Unable to get value of the property 'getItem': object is null or undefined
script.js, line 463 character 116
return localStorage.getItem(key);
I not sure whether did u encounter the same problem as me.
Please save me
Regards
Jian Zhang
The text was updated successfully, but these errors were encountered:
LocalStorage is not supported by your browser.
Which version of IE are you using? You need at least IE9 for the app to work. Even though IE8 came with support for LS it cannot handle tags. If you are on IE7 and below.. my condolences.
Thanks for your immediate respond. I am running the mindmap using an iframe on c# asp.net environment.
The error regarding the localstorage is from IE9. I am required to run in an IE8 environment.
Is there any codes or configuration to be done to allow the mindmap to run in an IE8 environment? Or handle the tags?
Hi,
Thanks for sharing such a wonderful mindmap. The mindmap is unable to support for IE but able to be supported by chrome & firefox.
I am unable to troubleshoot what is the error?
file location: storage.js
SCRIPT5007: Unable to get value of the property 'getItem': object is null or undefined
script.js, line 463 character 116
return localStorage.getItem(key);
I not sure whether did u encounter the same problem as me.
Please save me
Regards
Jian Zhang
The text was updated successfully, but these errors were encountered: