Sandboxie Forum - HTML5 Local Storage Problem (12657) http://www.sandboxie.com/phpbb/viewtopic.php?t=12657 en-us 90 Mon Mar 19, 2012 5:28 am Mon Mar 19, 2012 5:28 am MichaelGaribaldy: http://www.sandboxie.com/phpbb/viewtopic.php?p=78431#78431 Mon Mar 19, 2012 5:28 am http://www.sandboxie.com/phpbb/viewtopic.php?p=78431#78431 I've tried your suggestion, and Yes, it's working flawlessly in a new box. Thank you so much for your help. :D tzuk: http://www.sandboxie.com/phpbb/viewtopic.php?p=78396#78396 Sun Mar 18, 2012 4:27 pm http://www.sandboxie.com/phpbb/viewtopic.php?p=78396#78396 I'm still using Firefox 6.0.2. I tried the dev-test link that you gave, and the progress bar progresses. I stopped it at 2K characters because it seems to work. I would say the first thing to try is to create a new sandbox with default settings and see if it works better in the new sandbox. MichaelGaribaldy: HTML5 Local Storage Problem http://www.sandboxie.com/phpbb/viewtopic.php?p=78366#78366 Sun Mar 18, 2012 6:03 am http://www.sandboxie.com/phpbb/viewtopic.php?p=78366#78366 Hi, I'm just playing around with some javascript, and try to run this script (taken from https://developer.mozilla.org/en/DOM/Storage) : // Save data to a the current session's store sessionStorage.setItem("username", "John"); // Access some stored data alert( "username = " + sessionStorage.getItem("username")); Surprisingly, the browser (firefox) give an error, but since this code is directly taken from the firefox developer, it should be not the case. So after trying some effort, I found out that running that script outside of sandboxie gave no error at all. I've also try this site : http://dev-test.nemikor.com/web-storage/support-test/ to check Web Storage Support test, and found that if the test performed inside sandboxie, it showed that my firefox browser (I'm using v11) is not support local storage, which is surely wrong. So I conclude that sandboxie is not compatible with HTML5 local storage features. Is this correct, and how to fix it ? Thanks in advance