Forums

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

Dialog button bar cut off in IE7.

Shamith K S November 13, 2011

i have added a dialog using AJS.dialog function. to which a panel and buttons are added. but the buttons are trimmedoff in IE. it works well in chrome. Is there any solution other than increasing the size of the dialg ?

1 answer

0 votes
Nic Brough -Adaptavist-
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.
November 13, 2011

First, that's more a general browser question than Jira - you're almost certainly having to cope with IE being non-standard and riddled with bugs, but it's not Jira causing the problem really.

Secondly, there's not really enough detail for us to help you. You'll need to give us the code that doesn't work in order for us to see what it's doing and which particular IE problem it is.

Shamith K S November 13, 2011
this is what i hv written..inside java script.
var popup = new AJS.Dialog(450,150,"$dialog_id");
popup.addPanel('Confirm', 'panel_content');
popup.addButton("OK", function(){
window.location.href = Url;
});
popup.addButton("Cancel", function(){
popup.hide();
});
the button wil cme if dialog size is made 450,480. i want it to be in compact size.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events