inovex/scrumlr.io

Show tooltip only for truncated headings

Closed this issue · 2 comments

Show tooltip only for truncated headings

Description: Currently, the tooltip is displayed regardless of the length of the heading. The tooltip should only appear when a heading is truncated due to its length and is not fully readable. Headings that are short enough and can be fully displayed do not need a tooltip, as the content is already visible at a glance.

Requirements:

  • The tooltip should be shown only when the heading text is longer than the available space and is thus truncated
  • No tooltip should be displayed for fully visible headings
  • Ensure that this behavior is consistent across different browsers and devices

Image

Implemented by #4557