Community
Participate
Working Groups
Build Identifier: 201110130940 Nested a GridLayout into a existing GridLayout , then set the border color/width/style for the nesting GridLayout, the properties do not work in neither preview nor deploy Reproducible: Always
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