Posted 4 April 2018, 2:43 pm EST
We are moving from spreadJS 9 to 11.
We used (SpreadJS 9) to give the tab color this “rgba(255,255,255,0)” which would be transparent white and the font color was black.
Now (SpreadJS 11) with the same tab color “rgba(255,255,255,0)”, the font color is white.
After some testing, I tried “rgba(0,0,0,0)”, which would give me black font color, but any other values with full transparency give me with font color.
Shouldn’t font color always be black if transparency is set to 1 or 100%?
Thanks
