Community
Participate
Working Groups
Build Identifier: 20111019 There is the same issue in RBD8012 Change text property of DojoTree into "" first, the root of tree will display "undefind". Change the text of the DojoTree into other string, such as "abc", and refresh the handler. The root of tree is still displaying as "undefined" although the new text value "abc" has been written into code. Reproducible: Always Steps to Reproduce: 1.DD a DojoTree into handler 2.Change its text property as "", the root of tree displays as "undefined". 3.Change its text property as "abc", and refresh the handler in VE and external browsers. Actual results: The root of tree is still displaying as "undefined", although its code has changed into text = "abc".
Created attachment 205575 [details] screenshot
Deferring to 1.0 - this is a low priority defect that also occurs in RBD