UI16 does not work if local storage is disabledDescriptionUI16 depends on local storage, so it does not work if local storage and/or session storage is disabled in the browser. Steps to Reproduce In IE11, set Enable DOM Storage to false. In a browser window, try to access the instance. The navigator and page do not load, and JavaScript errors appear in the browser console. Note: This issue can be reproduced with any browser, but the setting varies browser to browser. WorkaroundEnable local storage and session storage.Related Problem: PRB1290175