249
Views
11
Comments
Solved
How to keep Popover Widget open
Question
Application Type
Reactive

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

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

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

RWA_Lab_PopoverTask.oml
2021-11-23 14-27-55
Constance Li

Thanks @Benjith Sam 

2025-08-07 06-30-56
Amit J
Champion

Hi,
Can you plz provide a sample OML?

2021-11-23 14-27-55
Constance Li

Please see attached.

Test1.oml
2025-08-07 06-30-56
Amit J
Champion

Hi,

Plz check the attached oml.

https://amitj.outsystemscloud.com/Test1/Test?_ts=637788997819443769


Test1.oml
2021-11-23 14-27-55
Constance Li

That's exactly what I am looking but sometime it doesn't work. 

- Constance

2025-08-07 06-30-56
Amit J
Champion

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:)

Test1.oml
2025-08-07 06-30-56
Amit J
Champion

Hi Constance Li,

Is this solution helpful for you now? let me know if have any concerns.

Thanks.


2021-11-23 14-27-55
Constance Li

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. 

- Constance

2025-08-07 06-30-56
Amit J
Champion

It's working fine  here 

https://amitj.outsystemscloud.com/Test1/Test?_ts=637789573447226810

It seems your page load time is higher. Can you plz try with increase time 1000 t0 2000 or 3000 as below snippet?



2020-01-08 08-43-00
Rahul Kumar

Hi Constance Li,

Instead of popover use Navigation\Submenu. It is used for hold links or buttons. It should work even for tabs. 


 Regards,

Rahul




2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

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

RWA_Lab_PopoverTask.oml
2021-11-23 14-27-55
Constance Li

Thanks @Benjith Sam 

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