Community
Participate
Working Groups
Steps to reproduce: 1. Start Controls Demo -> Composite/Canvas Tab 2. Set "Rounded border" parameters. 3. Click on "Set" button -> no rounded border at all, but the javascript has been rendered to the client: var wm = org.eclipse.swt.WidgetManager.getInstance(); wm.setRoundedBorder( wm.findWidgetById( "w153" ), 2, "#f7f7fb", 3, 3, 3, 3 ); Reproducible with 1.3.1 maintenance and CVS HEAD, FF, IE8, Chrome, Safari. More info: If you set the background color on the composite you will see that the rounded border is there but it is transparent (not visible).
Fixed in CVS HEAD. (It was a bug in the demo, not the framework.)