indeedeng/proctor-webapp-library

[Safari] The Test Definition creation action tries to POST to "/proctor/definition/{testName}/edit"

benmyerson opened this issue · 2 comments

In Safari browser on mac osx 10.11, the test creation form action reports as "/proctor/definition/{testName}/edit" rather than the "/proctor/definition/%7BtestName%7D/edit" other browsers show. Line 220 of editor.js then returns "/proctor/definition/{testName}/edit" for all cases.

FWIW this is due to a webkit bug, which I've reported here: https://bugs.webkit.org/show_bug.cgi?id=157153

Fixed