Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
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""
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.