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.3.1
- 1.4
- 1.5
- Fixed Versions
- N/A
- Component
-
- 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.