FLUID-3659: ProtoTrees: Can't attach decorators to value-bound components

Metadata

Source
FLUID-3659
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Anastasia Cheetham
Created
2010-02-12T15:23:04.000-0500
Updated
2011-01-20T15:18:28.700-0500
Versions
  1. 1.2
Fixed Versions
  1. 1.3
Component
  1. Renderer

Description

The new protoTree format does not allow for decoration of nodes that are value-bound to the model: you can only do one or the other.

CollectionSpace has a use-case for this:
An <input> field is bound to the model and decorated with a component that submits a query to an autocomplete service. I'm going to have to either add a separate element to the template to attach the decorator to, and associate the element with the <input> field, or attach the decorator to a container of the <input>.

Comments

  • Antranig Basman commented 2010-05-27T02:04:37.668-0400

    Converted this issue from ENGAGE-382, alongside FLUID-3658 work

  • Antranig Basman commented 2010-08-02T01:04:46.791-0400

    Fixed with test case as part of merge of FLUID-3658 work at 9968