Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
-
Internet Explorer
Description
This edge case happens when an action has actionErrors, and doesn't have any fieldErrors. The reason IE chokes in the first place is because there is a trailing comma when the json string is built. Since there is nothing after the comma in this case, IE throws an exception; "SyntaxError: Expected identifier, string or number".