FLUID-3276: Enclosing branch nodes within markup which has "headers" attribute causes them to become invisible to the renderer

Metadata

Source
FLUID-3276
Type
Bug
Priority
Critical
Status
Closed
Resolution
Won't Fix
Assignee
Antranig Basman
Reporter
Antranig Basman
Created
2009-10-09T13:28:45.000-0400
Updated
2014-04-02T15:16:28.830-0400
Versions
  1. 1.1.2
  2. 1.2
  3. 1.3
Fixed Versions
N/A
Component
  1. Renderer

Description

Resulting in the "headlumps is undefined" message when the renderer attempts to resolve a reference from the component tree to a markup section which should be seen as nested. This occurs because the "scr=null" ID is applied to any node which has "for" or "headers" attributes since these need to be rewritten by the renderer. Unfortunately this interrupts the containment relationship between the upper and lower container.

This error should also be upgraded to be more meaningful.

Originally reported by James AINGG.

Comments

  • Anastasia Cheetham commented 2014-04-02T15:16:28.829-0400

    We will be rewriting the renderer instead of fixing this.