Ticket #2532441 (new defect)

Reporter


Evan Goer
Opened: 06/21/12
Last modified: 06/21/12
Status: new
Type: defect

Owner


Gonzalo Cordero
Target Release:
Priority:
Summary: Infer a type: "TreeView" for subtrees
Description:

The following syntax should work:


children: [
{ label: "Leaf One" },
{ label: "Leaf Two" },
{ label: "Subtree", children: [
{ label: "Subtree - Leaf One" },
{ label: "Subtree - Leaf Two" },
{ label: "Subtree - Leaf Three" },
{ label: "Subtree - Leaf Four" }
]}
]

Developers should not have to specify an explicit type when creating a subtree unless they are doing something unusual.

Type: defect Observed in Version: 3.6.0pr3
Component: TreeView Severity: S3 (normal)
Assigned To: Gonzalo Cordero Target Release:
Location: Priority:
Tags: Relates To:
Browsers: N/A
URL:
Test Information: