Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4006

tooltiptext doesn't work on Tab

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • 8.5.2
    • 8.5.1.2
    • None
    • Security Level: Jimmy
    • 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

            Unassigned Unassigned
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: