Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-6934

Detail View 3rd party tabs incorrectly using entry.toolTip instead of entry.label for the title

          [JSWSERVER-6934] Detail View 3rd party tabs incorrectly using entry.toolTip instead of entry.label for the title

          After discussion, we now decided to use tooltip for the tab tooltip and the title as the section header.

          The tab tooltip behaviour therefore hasn't changed, new is only that the title is now prominently visible whereas before it was not shown at all

          Michael Ruflin (Inactive) added a comment - After discussion, we now decided to use tooltip for the tab tooltip and the title as the section header. The tab tooltip behaviour therefore hasn't changed, new is only that the title is now prominently visible whereas before it was not shown at all

          Martin (Inactive) added a comment - - edited

          The issue is that the property for tooltip was being used for the title for 3rd party tabs.
          This was not apparent until the new design since no title was shown on the page for the 'tab'/section.

          - title: tabInstance.toolTip,
          + title: tabInstance.label,

          Martin (Inactive) added a comment - - edited The issue is that the property for tooltip was being used for the title for 3rd party tabs. This was not apparent until the new design since no title was shown on the page for the 'tab'/section. - title: tabInstance.toolTip, + title: tabInstance.label,

          Not sure I understand this issue. I validated that the tab now shows a different tooltip (without the Tooltip suffix), but why would it? Isn't that what the tooltip is for?

          Michael Ruflin (Inactive) added a comment - Not sure I understand this issue. I validated that the tab now shows a different tooltip (without the Tooltip suffix), but why would it? Isn't that what the tooltip is for?

          on branch GHS-6312-jump-jump

          Martin (Inactive) added a comment - on branch GHS-6312 -jump-jump

            Unassigned Unassigned
            mjopson Martin (Inactive)
            Affected customers:
            0 This affects my team
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: