ix icon indicating copy to clipboard operation
ix copied to clipboard

Not getting the tooltip on the labels in the ix-menu-items

Open vipinmahajan02 opened this issue 1 year ago • 5 comments

Prerequisites

  • [X] I have not leaked any internal company information.
  • [X] I have not posted internal links or code snippets.

What happened?

It is expected behavior that we should get the tooltip by default on the ix-menu items .But we are not getting the tooltip on the labels . And unable to find any property to add tooltip to it .

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

2.0.4

Code to produce this issue.

<ix-menu-item icon="star" 
      (click)="navigateTo()"
     >
     Home
    </ix-menu-item>

vipinmahajan02 avatar Feb 14 '24 07:02 vipinmahajan02

you can try this. @vipinmahajan02

<ix-tooltip for=".target"> Navigate to Home </ix-tooltip> <ix-menu-item class="target" icon="star"> Home </ix-menu-item>

ridvandmrc avatar Feb 14 '24 10:02 ridvandmrc

@ridvandmrc I tried that but its look and feel is somewhat different from what the default tooltip on ix-menu-item have.

vipinmahajan02 avatar Feb 16 '24 04:02 vipinmahajan02

Internal ref [IX-896]

matthiashader avatar Feb 19 '24 12:02 matthiashader

Is there any update or fix regarding this issue ?

vipinmahajan02 avatar Mar 05 '24 07:03 vipinmahajan02

Hi @vipinmahajan02 - sorry for the late reply, this ticket is in our current scope and should be completed in the next 1 - 2 sprint accordingly

matthiashader avatar Mar 20 '24 06:03 matthiashader

We will close this issue, #1327 still remains.

matthiashader avatar Aug 22 '24 08:08 matthiashader