You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Event listener stopPropagation not working as expected

edited Aug 31, 2026 11:29AM in Visual Builder 2 comments

Summary:

Setting stopPropagation to true in the event listener of a sub/child component does not prevent the parent component's ojAction event from being executed. According to the documentation, setting stopPropagation to true should prevent the event from propagating to the parent component: https://docs.oracle.com/en/cloud/paas/visual-builder/visualbuilder-page-model/events.html

Content (please ensure you mask any confidential information):

I have a button inside an oj-action-card. When the button is clicked, I want only the button's action to be executed and prevent the oj-action-card's ojAction event from being triggered.

To achieve this, I have set stopPropagation

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!