Community
Participate
Working Groups
Images of the items are not grayed out when the table is disabled. Column images are grayed out correctly. * controls demo * table tab * images on 1 column * uncheck enabled
Created attachment 158834 [details] Possible solution This is the fastest way to fix this. However, disabled transparent PNGs look ungly in IE8. They look OK in older IE, where the transparency (of the PNG itself) simply doesn't work at all. (The PNG is transparent if disabled, but only by due to the css-opacity. Otherwise it's completely opaque. Not a new problem.) To fix these problems, broader changes would be needed (handling the images completely different depending on the browser). One way would be to use the MultiCellWidget as the TableRow.
Fixed in CVS HEAD