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
174 stars 62 forks source link

<ix-validation-tooltip> Validation tooltips do not have any z-index #1314

Open intuiquest opened 3 weeks ago

intuiquest commented 3 weeks ago

Prerequisites

What happened?

<ix-validation-tooltip/> shadow root node <div role="tooltip" class="validation-tooltip text-default" ... /> does not have any z-index set, hence the tooltip mix visually with nearby components.

image

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

Angular

Which version of iX do you use?

v2.1.2

Code to produce this issue.

I will provide soon a stackblitz sample
matthiashader commented 2 weeks ago

Hello @intuiquest ! Could you kindly provide us with a working stackblitzexample? I have tried recreating it: https://stackblitz.com/edit/fdtry1?file=src%2Fapp%2Ftooltip.html