Log inSkip to main contentSkip to sidebar
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.
I can reproduce it by typing new AJS.Dialog().show() in the JavaScript console on both GreenHopper and non-GH pages where there is a footer present, for example the Project page in JIRA.
JoanneA (Inactive)
added a comment - Looks like a bug in AUI.
I can reproduce it by typing new AJS.Dialog().show() in the JavaScript console on both GreenHopper and non-GH pages where there is a footer present, for example the Project page in JIRA.
Raised here: https://ecosystem.atlassian.net/browse/AUI-1645
This is not a new bug. It happens in all of our dialogs where the page has a footer, for example:
delete board on manage boards page
delete on quick filters config tab
delete from menu on any config tab
It occurs at the point where we call the original show method on the AUI dialog:
var origShow = dialog.show; (DialogUtil.js)
JoanneA (Inactive)
added a comment - This is not a new bug. It happens in all of our dialogs where the page has a footer, for example:
delete board on manage boards page
delete on quick filters config tab
delete from menu on any config tab
It occurs at the point where we call the original show method on the AUI dialog:
var origShow = dialog.show; (DialogUtil.js)
Fixed in AUI