Renderer doesn't implement getAbsoluteComponent(), necessary to process 'parentFullID'

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.

Environment

None

Activity

Show:

Antranig Basman May 19, 2010 at 5:54 AM

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""

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created May 18, 2010 at 6:53 PM
Updated January 20, 2011 at 8:09 PM
Resolved May 19, 2010 at 5:54 AM

Flag notifications