According to AUI-Docs here AUI-Docs here the button element has a busy
, isBusy
and idle()
method. Unfortunately this does not work.
Even after adding the dependency explicitly with
<dependency>com.atlassian.auiplugin:aui-button</dependency>
nothing changes. Calling any of those functions gives only
Uncaught TypeError: that.isBusy is not a function
Here, it was also discussed that the same happens with Jira:
https://community.developer.atlassian.com/t/jira-server-aui-button-spinner-not-working/24799
It seems, the JS is missing somehow.