FLUID-5364: that._setErr is undefined in fastXmlPull.js

Metadata

Source
FLUID-5364
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2014-05-07T11:19:21.248-0400
Updated
2014-05-21T14:25:17.224-0400
Versions
N/A
Fixed Versions
  1. 1.5
Component
  1. Renderer

Description

that._setErr in fastXmlPull.js is not defined, however fluid.XMLP._setErr is defined. The fix would either be to map this function onto the that object, or to call it directly instead.

This issue was discovered when an invalid template was provided to the render. The invalid template contained an unclosed attribute list (i.e. that is missed the closing "). The elements to be rendered were contained in markup after this missing ".

Comments