I came across this bug where tooltip gets stuck if we scroll too fast. It does not get closed and freezes on its position.If anybody know the solution with the best practice pls let me know. I am attaching an OML for a reference. Thanks & Regards,Adam Gangrekar.
Hello,
It took a while, but eventually I managed to reproduce this issue. It seems to be a bug in OutSystems UI, so I think you should report it to OutSystems by opening a support ticket.
I did manage to find a workaround that seems to solve it, though. I'm attaching your module with the workaround implemented. The relevant part is this javascript code executed on the screen's OnReady event:
This might helpful for someone.tooltip inside carousel on iPad didn't close where as in iPhone it is working perfectly fine. It got solved after giving names for the tooltip widget, content and tooltip placeholder widget. As we know, Widget Id's created only if widget has some name.
Hi @Adam Gangrekar
Did you get the chance to test the latest version (v2.19.0)?The positioning engine for the Tooltip and I could not reproduce any similar issues.
Cheers,GM