| Summary: | Several properties does not work for nesting GridLayot | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Yu Hao <yuhaodl> | ||||
| Component: | EDT | Assignee: | Xiao Bin Chen <xiaobinc> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P2 | CC: | hjiyong, yuhaodl | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Yu Hao
GridLayout GridLayout{ layoutData = new GridLayoutData{ row = 4, column = 3 }, cellPadding = 4, rows = 2, columns = 3,
id = "myG",
class = "myGL",
// color = "BurlyWood",
// backgroundColor = "DarkSeaGreen",
borderColor = "Crimson",
borderWidth = 2,
borderStyle = "dashed",
children = [ TextField1, Button2, Button1, Button ],
visible = true,
disabled = true};
Button Button{ layoutData = new GridLayoutData{ row = 1, column = 1 }, text="Button" };
Button1 Button{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text="Button" };
Button2 Button{ layoutData = new GridLayoutData{ row = 2, column = 2 }, text="Button" };
TextField1 TextField{ layoutData = new GridLayoutData{ row = 2, column = 1 }};
Menu Menu{ layoutData = new GridLayoutData{ row = 5, column = 1 },
id = "mn",
class = "MyMenu",
color = "Blue",
backgroundColor = "Khaki",
fontWeight = "bold"};
Created attachment 205385 [details]
RUI handler for this error
*** Bug 361104 has been marked as a duplicate of this bug. *** *** Bug 361103 has been marked as a duplicate of this bug. *** fixed Verified in 201111130901 |