Just CSS bugs. IE does not inherit colors to the cells of tables. This 
is also true, if you want to change the color of your complete document 
including the table cells in pure CSS.

Sebastian


Jim Hunter schrieb:
> I made a simple change to the TablePane.js file to allow me to change 
> the font color of each row of a Table. It works perfect in all browsers 
> except IE. All I get in IE is black text. I replaced:
> 
>     rowElem.style.color = cellInfo.selected ? 
> TablePane.CONTENT_COL_SELECTED : TablePane.CONTENT_COL;
>    
> with
> 
>     rowElem.style.color = tableModel.getColor(row);
> 
> The method getColor returns the row color from an array of colors that 
> has been added to the Table.
> 
> Can anyone think of a reason it doesn't work in IE? Colors in general 
> work fine in IE so I see no reason why this wouldn't work.
> 
> Thanks,
> Jim
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to