Deferred decorators only apply to one of a set of multiple matches for a renderer component in markup
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.
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.