I am facing a UI issue when I try to place a tooltip inside a button.
below is the widget tree-
https://personal-xegacbai.outsystemscloud.com/Utils/TooltipTest?_ts=638760241406322500
Hello @Sanket Gaikwad ,
Add the following CSS class in your screen / theme. This will fix the placement issue.
.osui-tooltip .osui-balloon{
position: absolute;
}
Or if you don't want to apply this style to all tooltips, create a custom class and apply it in your ExtendedClass property of the tooltip.
.custom-tooltip .osui-balloon{
Result:
Thank you @Mihai Melencu this solved the issue.
Hi @Sanket Gaikwad ,I have attached OML for your requirement,You can also refer the below link,https://www.outsystems.com/forums/discussion/80801/outsystems-ui-tooltip-how-to-show-tooltip-message-appear-in-both-click-and-ho/https://www.outsystems.com/forums/discussion/90034/why-isnt-there-a-way-to-add-a-tooltip-to-a-button/Thanks,sahana
Thank you. @Sahana K