Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
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
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.
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?
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