45
Views
6
Comments
Popover Issues
Question
Application Type
Reactive
Service Studio Version
11.54.56 (Build 63232)
Platform Version
11.25.0 (Build 41743)

Hello OutSystems Community, 

I'm encountering a peculiar issue with my application and would appreciate your insights and expertise. 

I have a situation where I'm using a handler to trigger an event from a container element. However, it seems that the handler is not firing when the container is nested inside a popover, which is itself inside another popover. 

To provide a bit more context, I'm trying to implement an onclick event on a container within these nested popovers. Despite ensuring that the handler is properly configured and that there are no errors in the logic, the event simply doesn't seem to be triggered. I haven't been able to find a solution yet. I'm wondering if anyone else has encountered a similar issue or has any suggestions on how to troubleshoot this. 

Thank you all in advance for your assistance and support. Your expertise is invaluable, and I'm grateful for any help you can provide in resolving this issue. 



P2.jpg
P1.jpg
2021-04-12 11-47-04
Bart Nooijens

Hi @Man Lee,

Based on your information it is hard to tell if this is caused by the popover or some other problem. Did you already try to place a message widget in your MarkAllAsRead client action to make sure this handler is being triggered? By this you can atleast be sure that the handler is being called. From there we can try to debug this problem even more :-)

Also, is it possible to share a oml so we can check the issue ourselves?

Best,

Bart

UserImage.jpg
Man Lee

Hi Bart Nooijens, I have tried adding a message widget/ JavaScript Console.log / Redirection to the client MarkAllAsRead and it is not triggering.I have tried added a button and a link to triggerthe Client action but I have noticed that at the current moment, the behaviours after clicking on the Mark All As Read container, it closes the pop over without triggering the on click event

2024-10-25 09-14-42
Christopher Bautista

Hello @Man Lee , did you check if there is an error thrown in the browser console?

UserImage.jpg
Man Lee

Hi Bausti there is no error thrown 

2024-09-12 02-43-38
Deepsagar Dubey

Hello @Man Lee 

As i know, OS not allowed us to create nested popover, means its restricted to put Popover inside Popover bottom placeholder.

So if you try to put popover in popover bottom content, it'll show red outline and you can't place,

Since in your case you did it by using web block but i think OS still not allowed it.

Thanks
Deep 

2024-10-25 09-14-42
Christopher Bautista

Hello @Man Lee , just curious, why not use a sub-menu then following a pop over menu? Sorry I'm a bit confused on your use case.

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