FLUID-4885: fixChildren utility in fluidRenderer does not work correctly in all environments (e.g. Node.js)

Metadata

Source
FLUID-4885
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
y z
Created
2013-01-11T12:21:21.051-0500
Updated
2014-03-03T12:28:56.832-0500
Versions
N/A
Fixed Versions
  1. 1.5
Component
  1. Renderer

Description

!(children instanceof Array) seem to evaluate incorrectly in Node.js which results in corruption of the children array when expanding the renderer tree.

Comments

  • Antranig Basman commented 2013-01-25T16:52:39.393-0500

    Commited at revision 4e6eb77 - thanks for the fix and test case, Yura