Closed staabm closed 11 years ago
sometimes errors occur on the client side. because of the ajax.complete() callback is not fired the loading indicator does not disappear and the ui feels like the request runs endless, even if it already terminated with an error.
on my vm this error occurs when evaluating code like
$str = 'münchen'; $str = utf8_decode($str); var_dump(!!preg_match('/^[\pL]+$/', $str));
sometimes errors occur on the client side. because of the ajax.complete() callback is not fired the loading indicator does not disappear and the ui feels like the request runs endless, even if it already terminated with an error.