-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
7.0.0
-
Windows XP, Google Chrome 31.0.1650.63 m, ZK 7 CE
Tab treats the caption component and its contents as text. The attached code works fine with ZK 6.5.3
<tabbox vflex="true"> <tabs> <tab> <caption> <html><![CDATA[ <span style="color: blue;">R²</span> ]]></html> </caption> </tab> </tabs> <tabpanels> <tabpanel>Tabpanel Content 1</tabpanel> </tabpanels> </tabbox>