Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 361102 - Several properties does not work for nesting GridLayot
Summary: Several properties does not work for nesting GridLayot
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Xiao Bin Chen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 361103 361104 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-17 04:31 EDT by Yu Hao CLA
Modified: 2017-02-23 14:17 EST (History)
2 users (show)

See Also:


Attachments
RUI handler for this error (7.13 KB, application/octet-stream)
2011-10-18 02:30 EDT, Yu Hao CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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