Community
Participate
Working Groups
Presently in CTabFolder, the unselected tab and the background color of the tab area are the same. We want them to be different. Not sure what property to use in CSS to support this, since background-color is presently used for the tabs themselves. One idea would be to make CTabItem be the element which supports color background-color :selected This would leave CTabFolder to interpret background color as the area behind the tabs.
I've added the color to the ETabFolder, released. I've left ETabFolder.setBackground() as the way to set this. I've introduced a new color field unselectedTabColor. It still needs accessors and CSS.
See also bug #282905 comment #2 for a new styling capability if we had CSS for both bugs.
Would like to add CSS for RC1
Needs bug #282575 so can differentiate setting ETabFolder from ETabItem background color.
Released changes for background handler, and webby.css (legacy workbench). Need to go through the two examples to see if they need to be changed to match change in semantics.
Note: webby.css now matches and expresses mockup wrt. tab coloring (but not keylines, separate bug).
Released as part of another bug, closing as fixed.