How to override event.stopPropagation(),preventDefault().stopImmediatePropagation()
问题 I am trying to modify Jira Tempo plugin's plan work form. So in the tempo time sheet page I have a button who has 2 actions bind-ed, one is a click action and one is a focus out. the click action opens a popup. and the focus out verifies the form in the popup. I need the clik action to be executed first and then the focus out. The problem is when the popup opens there is a call to all of the three functions. event.stopPropagation().preventDefault().stopImmediatePropagation(); so the focus out