Thanks for making the module! I am new to Vaadin, I got the tooltips work o

Thanks for making the module! I am new to Vaadin, I got the tooltips work on anywhere except the components within a VStepper. There is no error message I could find to look into the issue. There is css added to the component but hovering the mouse over doesn’t turn on the tooltips.

Is there any prerequisite to make the tooltips work?

Thank you very much!, CY.

Hello

could you please provide some code to reproduce the issue?
Where can I find the sources of the VStepper component?

There are no special prerequisits that Im aware of.

Best Regards
Gerrit

EDIT: I just found the Component you mentioned ([VStepper]
(https://vaadin.com/directory/component/vstepper)). Im gonna take a look at it during the next week. A code sample would be much appreciated anyways. Feel free to open an issue over at [Gitlab]
(https://gitlab.com/gsedlacz/tooltips4vaadin/-/issues).

Hello

I just took a look at the layout of a VStepper. The problem appears to be that VStepper puts its content directly inside its shadowdom instead of using slots like Vaadin does.

![VStepperLayout]
(https://vaadin.com/attachment/278f5c84-1579-4e18-9263-a5d645186a3e/VStepperLayout.png)

That is why this plugins JS code cannot reach the element that it is supposed to modify.

As long the implementation of VStepper does not change there is unfortunately no way to to put Tooltips on Components using this plugin.

Best Regards
Gerrit

18263378.png