siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
196 stars 65 forks source link

Tooltip on ix-menu-item has no text #1327

Open TDaniel-evo opened 3 months ago

TDaniel-evo commented 3 months ago

Prerequisites

What happened?

Initially the text in the tooltip is not visible when I'm hovering over an ix-menu-item. After expand and collapse the menu, the text in the tooltip is visible. ix-tooltip-bug

Sometimes it's happening in the documentation too: image

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

Angular

Which version of iX do you use?

v2.2.1

Code to produce this issue.

<ix-menu>
      <ix-menu-item home-tab tab-icon="home"> Home </ix-menu-item>
      <ix-menu-item tab-icon="globe"> Normal Tab </ix-menu-item>
</ix-menu>
TDaniel-evo commented 3 months ago

related #1200 might related #1085

github-actions[bot] commented 3 months ago

🤖 Hello @TDaniel-evo

Your issue will be analyzed and is part of our internal workflow. To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1249

matthiashader commented 2 months ago

@TDaniel-evo could you try to update to the latest version, i can't reproduce it anymore.

TDaniel-evo commented 2 months ago

@matthiashader This should fix the issue but I don't know which release contains the fix: https://github.com/siemens/ix/pull/1370