107
Views
6
Comments
[OutSystems UI] the tooltip does not appear near the icon but floats on the page
outsystems-ui
Reactive icon
Forge asset by OutSystems

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.

2025-01-12 10-53-58
MatheusLima

Hello, could you put a print screen of your widget tree and more information?

2023-03-21 16-59-35
Gaetano Cerciello

yes


2023-03-21 16-59-35
Gaetano Cerciello

2023-04-16 15-25-31
Krishnanand Pathak

Hi @Gaetano Cerciello,
 
Please share oml if possible. So, that we can check the issue.

Regards
Krishnanand Pathak

2023-10-21 19-42-11
Tousif Khan
Champion

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

2022-11-12 11-28-30
Gonçalo Martins
Staff

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.