Community
Participate
Working Groups
Steps to reproduce: 1. Start Controls Demo -> List tab 2. Change the forground by "Foreground" button 3. No change at all, but the javascript has been rendered: var wm = org.eclipse.swt.WidgetManager.getInstance(); var w = wm.findWidgetById( "w100" ); w.setTextColor( "#f99e00" ); var w = wm.findWidgetById( "w101" ); w.setTextColor( "#f99e00" ); Reproducible with 1.3.1 maintenance and CVS HEAD, FF, IE8, Chrome, Safari.
This issue is valid for Table and Tree too. Introduced with the new default theme in Table and Tree. List-Item, TreeItem and TableItem "color" property is set in default CSS to specific color instead of "inherit". Solution is to set it to "inherit".
Fixed in CVS HEAD.