I have tab inside popover widget, is it possible to keep popover open when going to next tab?
It automatically close when I click any part of the screen.
Regards,
Constance
Hi Constance Li,
In addition to the previous suggestions, check the attached oml for another similar approach without setTimeout.
see this sample screen: PopoverTask
I hope this helps you!
Kind regards,
Benjith Sam
Thanks @Benjith Sam
Hi,Can you plz provide a sample OML?
Please see attached.
Hi,
Plz check the attached oml.
https://amitj.outsystemscloud.com/Test1/Test?_ts=637788997819443769
That's exactly what I am looking but sometime it doesn't work.
- Constance
No issue
I replace class from tab-header to popover-bottom. Now it will work as you want. I mean when we click anywhere on the popup, it will not close now.
https://amitj.outsystemscloud.com/Test1/Test?_ts=637789573447226810
Cheers:)
Is this solution helpful for you now? let me know if have any concerns.
Thanks.
Hi @Amit Jain ,
It doesn't work for the first load. e.g. I click More > go to tab 2 > popup automatically close.
I click More again > go to tab 2 > this time it work.
It's working fine here
It seems your page load time is higher. Can you plz try with increase time 1000 t0 2000 or 3000 as below snippet?
Instead of popover use Navigation\Submenu. It is used for hold links or buttons. It should work even for tabs.
Rahul