You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also on command line you get the following message.
ERROR [main] (StrictErrorReporter.java: 79) - runtimeError:
message=[The data necessary to complete this operation is not yet available.]
sourceName=[https://by-stjira.bayer-ag.com/test4/s/588/3/3.0.9/_/download/batch/com.atlassian.auiplugin:ajs/com.atlassian.auiplugin:ajs.js]
line=[136] lineSource=[null] lineOffset=[0]
The text was updated successfully, but these errors were encountered:
The error message is a normal warning. I guess you are testing in IE6 mode. This warning normally shows that jQuery is used. jQuery uses a special hack to wait until the page loading in IE6 is really finished. This Hack calls a method, that throws an exception until the page is loaded. This is done in a loop so sometimes you will see this message more often.
Maybe we have to improve the logging a bit to suppress this message.
this page has a lot of javascript. In reality the page is completely generated at the client. I guess, debugging this monster will need a bit time. So don't expect a quick fix.
% migrated from trac
When opening the Dashboard of JIRA 4.2 e.g. https://by-stjira.bayer-ag.com/test4 or http://sandbox.onjira.com/ with Wetator, the content of the page is not properly loaded. Especially the login Dashboard portlet is missing.
Also on command line you get the following message.
The text was updated successfully, but these errors were encountered: