FLUID-3486: fluid.fetchResources() adds "callbackCalled" to resourceSpecs, but "callbackCalled" is not a resourceSpec

Metadata

Source
FLUID-3486
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Anastasia Cheetham
Created
2010-01-28T15:04:54.000-0500
Updated
2011-01-20T15:12:25.912-0500
Versions
  1. 1.1.2
  2. 1.2
Fixed Versions
  1. 1.3
Component
  1. Renderer

Description

The Renderer function fluid.fetchResources() adds a boolean flag called "callbackCalled" to the resourceSpecs object it's working on. The problem occurs when any callback then tries to process the resourceSpecs object assuming that everything in it is a resourceSpec i.e. has an 'href' field.

In particular, I'm getting an error in fluid.parseTemplates() when it tries to compute 'lastslash.'

Comments

  • Antranig Basman commented 2010-08-05T02:07:43.838-0400

    Fixed at revision 9977, along with various other improvements to fluid.fetchResources to aid client-side pipelining