Hi Everyone,
I developed a JIRA plugin as web panel for user to signoff some information on issue view. And it makes use of JIRA.Events.NEW_CONTENT_ADDED
in JS to initialise the dialog form and event handler etc. It was all working fine for a very long time until recently i start to get feedback from user that the form is not rendering properly. After some investigation it seems the issue is happening on the latest Chrome version and JIRA.Events.NEW_CONTENT_ADDED
is simply just not firing (or at least the handler is not getting triggered). Could anyone help me to take a look about this?
Currently im able to reproduce even in local env, using
JIRA 8.5.2
Chrome 104.0.5112.79 (Mac)
And at the mean time, Safari is working totally fine.
(edit 1: seems also not able to reproduce on Windows, i would guess it’s only happening in Mac ver)
Best regards,
Anzhi