|
Description:
|
In Internet Explorer 9. the
registration form is not submitted correctly
styles are off
and
attempting to register
a
new
member
cannot be created
, results in an error during execution
.
GET request
Developer tools reveals an error with the JSON.stringify() call, since JSON
is
perfomed instead of POST
undefined
.
This seems to be caused by IE9 loading the page in quirks mode. When doctype definition in index.html is moved to the first line before any comment, the page is loaded in standards mode and works correctly.
|