FLUID-3657: Renderer doesn't implement getAbsoluteComponent(), necessary to process 'parentFullID'

Metadata

Source
FLUID-3657
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Antranig Basman
Reporter
Anastasia Cheetham
Created
2010-05-18T14:53:14.806-0400
Updated
2011-01-20T15:09:39.882-0500
Versions
  1. 1.2
Fixed Versions
  1. 1.3
Component
  1. Renderer

Description

If the component tree for a select uses full IDs for the parent references instead of relative IDs (i.e. uses "parentFullID" instead of "parentRelativeID"), the renderer calls "getAbsoluteComponent()" instead of "getRelativeComponent()" (see fluidRenderer.js, line 753 in v1.2). Unfortunately, the function "getAbsoluteComponent()" does not exist.

Comments

  • Antranig Basman commented 2010-05-19T01:54:14.860-0400

    The directive "parentFullID" has been removed as of this release. "this is not recommended functionality and has been withdrawn (full IDs are not guaranteed to remain stable within the tree, although as of this revision they still are - modified value is currently written to field "finalID""