Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 361102

Summary: Several properties does not work for nesting GridLayot
Product: z_Archived Reporter: Yu Hao <yuhaodl>
Component: EDTAssignee: 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 Flags
RUI handler for this error none

Description Yu Hao CLA 2011-10-17 04:31:43 EDT
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
Comment 1 Yu Hao CLA 2011-10-18 01:57:56 EDT
    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"};
Comment 2 Yu Hao CLA 2011-10-18 02:30:22 EDT
Created attachment 205385 [details]
RUI handler for this error
Comment 3 Huang Ji Yong CLA 2011-10-18 02:37:02 EDT
*** Bug 361104 has been marked as a duplicate of this bug. ***
Comment 4 Huang Ji Yong CLA 2011-10-18 02:38:13 EDT
*** Bug 361103 has been marked as a duplicate of this bug. ***
Comment 5 Xiao Bin Chen CLA 2011-11-02 22:41:23 EDT
fixed
Comment 6 Yu Hao CLA 2011-11-14 00:56:10 EST
Verified in 201111130901