microsoft/TypeScriptSamples

TodoMVC example doesn't works on Safari

brunossn opened this issue · 1 comments

There is two problems on Safari:

  • The layout is broken;
  • It's not possible to add new itens to the list. Console returns "Security Error: the operation is not secure".

In this screenshot, it is possible to see the two errors.

captura de tela 2018-07-23 as 19 44 45

The error occur when it is running from the local storage. I just run the example with the npm module http-server, and it is works!