FLUID-4193: Deferred decorators only apply to one of a set of multiple matches for a renderer component in markup

Metadata

Source
FLUID-4193
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
y z
Reporter
Antranig Basman
Created
2011-04-27T15:11:47.512-0400
Updated
2014-03-03T13:10:53.772-0500
Versions
  1. 1.3.1
Fixed Versions
  1. 1.4
Component
  1. Renderer

Description

The "deferred renderer decorators" (including jQuery, fluid, and event) do not properly handle the case where a renderer component (that is, its selector and id) match more than one block of markup in the template. Only one of the markup blocks is matched by the decorator, and in fact is targetted multiple times.