BrechtDeMan/WebAudioEvaluationTool

Not able to add page in test creator

BrechtDeMan opened this issue · 2 comments

Latest version, OS X High Sierra.

Not able to add a page in the test creator.
Error message in console attached (Safari).

Does work fine in Firefox.

screen shot 2018-04-09 at 9 39 38 am

I've not been able to directly replicate this issue, but from the log order I have a guess as to what happened. The second error is because angular wants to load a map file, not required (but probably should include it just to shut it up). However this indicates the network connection wasn't very fast, and therefore the page rendered before everything was ready for it, including the schemaRoot.

I'm not aware of High Sierra causing any major Safari changes that break the scoping rules of JavaScript, as this is quite fundamental.

I've pushed a patch which will show a loading screen to wait for all assets to load first.

Thanks!
NB this was run locally, so the internet connection shouldn't have been a factor.