FLUID-2979: fluid.fetchResources requires a node ID (instead of a selector)

Metadata

Source
FLUID-2979
Type
Bug
Priority
Major
Status
Open
Resolution
N/A
Assignee
Antranig Basman
Reporter
Anastasia Cheetham
Created
2009-07-03T09:59:53.000-0400
Updated
2014-11-05T14:25:36.511-0500
Versions
  1. 1.1
  2. 1.1.1
  3. 1.1.2
  4. 1.2
  5. 1.3
  6. 1.4
  7. 1.5
Fixed Versions
N/A
Component
  1. Renderer

Description

The ResourceSpec object passed to the Renderer call fluid.fetchResources() includes a "nodeID" which is "the id of a node within the current document holding a template, for which innerHTML is to be treated as a template." We should probably not be requiring that mark-up have IDs - we should instead accept a selector. For backward compatibility, we will probably have to leave the nodeID and add a field for a selector that could be used instead.

Comments

  • Justin Obara commented 2014-11-05T14:25:36.511-0500

    @@Anastasia Cheetham and @@Antranig Basman is this still an issue?