Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

ASJ is not working in an iFrame

Sergio Deras
Contributor
March 20, 2013

I am trying to show an" Issue creation form" in an iFrame.

This works in Jira 4.x and Jira 5.0. But things just do not show correctly in Jira 5.1 and 5.2.

I am afraid that the JS code is not working. I am getting these errors in Firebug:

1) Error: Permission denied to access property 'jQuery'
var jQuery = window.top.jQuery || window.jQuery;
batch.js (line 32586)
2) TypeError: AJS.MultiSelect is undefined
JIRA.Dialog.getAttrFromActiveTrigger = function (attr) {
quick-...util.js (line 52)
3) TypeError: AJS.MultiSelect is undefined
JIRA.LabelPicker = AJS.MultiSelect.extend({
.......
And some others related to "AJS"
I am desesperately lookign for help. would it be a way yo have the AJS object working in an iFrame?
Thanks.

1 answer

0 votes
moxin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 21, 2013

how about you use a 'DIV' and load 'Issue creation form' there.
It would be more compatiable and is a better approach than iFrame.

Sergio Deras
Contributor
March 24, 2013

Hi Moxin:

Thanks for the suggestion. Unfortunately we do not have much control about this, the product that we integrate uses an iFrame to show the content :(.

And we do not really have a vote to change this.

Suggest an answer

Log in or Sign up to answer