How could I fix this problem?
I configured as per the manual the tooltip however it appears in other places on the page when it opens, it does not appear next to the icon that contains it.
Hello, could you put a print screen of your widget tree and more information?
yes
Hi @Gaetano Cerciello, Please share oml if possible. So, that we can check the issue.RegardsKrishnanand Pathak
Can we use some other tooltip, If this is not working fine you can use a custom tooltip or
just the title on an attribute are in a property of your widget container and add like
title'This is my tooltip'
you can also check this post: https://www.outsystems.com/forums/discussion/87091/customized-tooltip/#
Thanks
Hello @Gaetano Cerciello
If you're using the new Tooltip you have an input to place it in the place you want, as long as the content has enough space to be displayed. Otherwise, the algorithm will find the best available place to open it without getting the content cut.Using those selectors in the ExtendedClass isn't a good idea not a good usage of this field.In order to be able to help, please tell me the OS UI version you're using. If you are using custom CSS? And share an isolated oml where that is reproducible since I just did a quick test and it's working as expected.
Cheers,GM