-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Normal
-
Affects Version/s: 8.5.1.2
-
Component/s: None
-
Security Level: Jimmy
-
None
-
None
Steps to Reproduce
1. load the code
<tabbox width="400px">
<tabs>
<tab label="Tab 1" tooltiptext="my tooltip text"/>
<tab label="Tab 2" />
</tabs>
<tabpanels>
<tabpanel>This is panel 1</tabpanel>
<tabpanel>This is panel 2</tabpanel>
</tabpanels>
</tabbox>
2. hover on Tab 1
Current Result
it shows a tooltip "Tab 1" instead of the text specified at "tooltiptext"
Expected Result
show "my tooltip text"
Debug Information
- contentRenderer_ doesn't render "tooltiptext" from the server side, it just render it with Tab's label
Workaround
- duplicates
-
ZK-3912 tab component replaces manual tooltiptext
-
- Closed
-