-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.0
-
None
-
None
-
Testet with Firefox and Internet Explorer 11.
After upgrade to ZK 8.5.0 tooltiptext value does not show up anymore.
We testet using zul file and using code.
<tab label="My Tab" tooltiptext="My tooltip goes here"/>
Tab t = new Tab();
t.setTooltiptext("My tooltiptext");
- duplicates
-
ZK-3912 tab component replaces manual tooltiptext
- Closed