ebu-tt-live-toolkit
ebu-tt-live-toolkit copied to clipboard
User Input Producer : bug on IE and Edge
The User Input Producer does not work in Microsoft Edge and Internet explorer because it uses local storage (http://www.w3schools.com/html/html5_webstorage.asp), which IE and Edge do not allow to use if the web page is loaded through the filesystem (file://) and not from a webserver. We need either to remove the functionality when on these browsers or find something giving the same functionality as webstorage in this specific case for Edge and IE.
Local storage is mostly used to remember sequences and their parameters (sequence numbers) included between sessions (page refresh, browser closed and reopened, ...)
Has Edge been updated to allow local storage yet? Hopefully we're doing that in a spec compliant way for HTML5.1...