Link to .capx file (required!):
dl.dropboxusercontent.com/u/23585053/web_store_test.capx
Steps to reproduce:
1. Create a project where you to save, retrieve or clear data from local web storage
2. Export to HTML5
3. Open IE10 and press F12 to see the developer console before opening your project.
4. Drag and drop your exported index.html into IE10
5. Execute event that interacts with WebStorage
Alternative steps:
1. Create a project where you to save, retrieve or clear data from local web storage
2. Export to Windows 8
3. Open solution with Visual Studio, create test certificate and debug solution in Local Machine (press F5)
4. Execute event that interacts with WebStorage
Observed result from IE10 in Windows 7 Pro 64-bit:
If trying to access value:
If trying to clear values with "Clear local storage":
Observed result from IE10 Metro when debugging with Visual Studio in Windows 8.1 Preview:
Application crashes. Debugger shows the following:
When accessing values:
When clearing values with "Clear local storage":
Expected result:
Data should be saved or retrieved from web storage without crashing or throwing JS errors.
Browsers affected:
Chrome: no
Firefox: no
Internet Explorer: yes
Operating system & service pack:
Windows 7 Pro 64-bit / Windows 8.1 Pro Preview 64-bit
Construct 2 version:
Release 139 stable 64-bit
Visual Studio version:
Visual Studio 2013 Ultimate Preview
Notes:
The project works fine when running from Construct preview in Firefox in Windows 7.
Exported to HTML5 works on Firefox and Chrome.