Symptoms
K2 Designer hangs when clicking on Create New View.
Setting the trace logs on the site, we see this error:
SCRIPT5007: Unable to get value of the property 'TableBehavior': object is null or undefined
DT?v=9RdHjrOpQF4jqxBPjhkt8h2E7AUwwru3w4gL6s_rG3A1and_v=4.15020.15057.1, line 567 character 76162
Diagnoses
Script errors normally indicate some browser issue e.g. unsupported browser, incorrect browser emulation or an issue with minified javascript libraries.
Resolution
Some environments seem to have issues using minified scripting libraries. We resolved this error by setting the following in the web.configs for all the SmartForms sites:
<add key="Forms.PostRenderCombining.Enabled" value="false"/>
<add key="Forms.PostRenderCombining.IgnoreLoadErrors" value="false"/>