Details
-
Bug
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
windows (server/client) / tomcat6 / firefox, IE
Description
"LOADING" overlay doesn't disapear
Attachments
Issue Links
- is duplicated by
-
JENKINS-6756 Loading Overlay remains visible after page loading has finished
-
- Resolved
-
-
JENKINS-19457 Buggy plugin implementations break job configuration too easily
-
- Resolved
-
- is related to
-
JENKINS-8789 Apostrophe in view name causes the LOADING mask to never go away
-
- Resolved
-
I have this issue still but got closer to a solution. I hope.
There is a eval function that does not correctly look at the values that are put into it. Its on hudson-behavior.js:416
(On github: https://github.com/jenkinsci/jenkins/blob/master/war/src/main/webapp/scripts/hudson-behavior.js?source=cc#L416)
When the attribute checkUrl has only a url and is then put into the eval() function it will produce an error. It should validate the if this is only a string or also had methods to evaluate. Otherwise it will produce errors.
This is the commit where it changed. I don't know the background and effect of it but it might be a lead to the problem.
https://github.com/jenkinsci/jenkins/commit/7232798611b66f4a03ad8670c07cb58220f4d866