Hi All,
I have some javascript I execute using jsincluder, binded against a form. However, I've noticed an issue in that if I open the form in full view, e.g. http://jira.corp.local/CreateIssue.jspa?issuetype=10501&pid=10200
Basically from this full screen mode, if I click the create button it opens another instance of my form but the code does not execute. It's not something our users should need to do but if they did open it then code doesn't exist, and in this instance the code shows and hides fields based on selection.
Is there any solution for this? thanks.