FLUID-4183: Input components rendered by the renderer which are not bound to a model will fail when operated

Metadata

Source
FLUID-4183
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2011-04-08T04:51:56.367-0400
Updated
2015-06-09T13:22:48.613-0400
Versions
  1. 1.3.1
  2. 1.4
  3. 1.5
Fixed Versions
N/A
Component
  1. Renderer

Description

If the "autoBind" directive is supplied to the renderer, it will erroneously expect that all input components (for example HTML <input or <select) which are rendered, even if they are not in fact bound to a model using a valuebinding at rendering time, should expect to write back to the model. This will cause a failure in the applyChange() handler as it looks for a fossil for such a component in the fossil record.