Hello everyone.
I have an erratic behaviour in one of the applications in our current environment. The problem lies on the confirmation message on the link, which when clicked does not show the confirmation message message, instead it seems it looks like the page is reloaded.
The code is pretty straight forward as shown bellow:
As mentioned int the tittle, this behaviour only happens sometimes, and no errors occur on the client side. I've tried the following to try to solve the problem:
- Moving the confirmation message to be triggered manually via JS
- Rebuild the block
- Making a manual confirmation pop-up
Thanks in advance !
Hi Paulo,
I haven't encountered such an issue while experimenting with the shared implementation. Perhaps you could attempt enclosing the event within a block client action and triggering the client action when clicking the link, rather than directly invoking the event.
I hope this helps you!
Kind regards,
Benjith Sam
Hello Benjith,
The same behaviour occurs, after making the changes.
Best Regards,
If possible, could you please share the oml which only includes specific block and screen where the issue is occurring?