Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Open URL of JIRA 4.2 Dashboard #6

Open
rbri opened this issue Oct 25, 2021 · 3 comments
Open

Problems with Open URL of JIRA 4.2 Dashboard #6

rbri opened this issue Oct 25, 2021 · 3 comments

Comments

@rbri
Copy link
Member

rbri commented Oct 25, 2021

% 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.

    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]
@rbri
Copy link
Member Author

rbri commented Oct 25, 2021

Ok, will test this.

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.

@rbri
Copy link
Member Author

rbri commented Oct 25, 2021

Huuuu,

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.

@rbri
Copy link
Member Author

rbri commented Oct 25, 2021

I heard, that you added iframe support to wetator. Did you also had a look at JIRA 4.2 Create Issue page? I got problems using that form as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant