Steps to Reproduce
<zk> <grid > <rows> <row> <label value="BBB BBB"/> <label value="a very very very very looooong text"/> </row> <row> <label value="BBB BBB BBB"/> <cell> <label value="a very very very very looooong text"/> </cell> </row> </rows> </grid> </zk>
Current Result
Expected Result
the label in a <cell> should be in the same default color as the one outside a <cell>. Since <cell> is a layout control component, it should not change a label's color
- relates to
-
ZK-2781 [GRID] Label having different color if they are in a cell
- Closed