Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-63798

The extensions footer and the other parts not together

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • core
    • OS: macOS
      browser: chrome
      JDK: 8
      Jenkins: 2.257
    • Jenkins 2.262

      It's a regression from JENKINS-61496. Before the changes, they are together, but they are separate now.

          [JENKINS-63798] The extensions footer and the other parts not together

          Oleg Nenashev added a comment -

          Oleg Nenashev added a comment - CC fqueiruga

          Evaristo Gutierrez added a comment - PR with proposal:  https://github.com/jenkinsci/jenkins/pull/4949

          Tim Jacomb added a comment -

          This might have caused the below javascript code to start showing up in my Jenkins in the footer:

          "(function() { var amContainer = document.getElementById("visible-am-container"); var amInsertion = document.getElementById("visible-am-insertion"); if (amInsertion)

          { amInsertion.appendChild(amContainer); }

          })();"

          nothing in the console

          Tim Jacomb added a comment - This might have caused the below javascript code to start showing up in my Jenkins in the footer: "(function() { var amContainer = document.getElementById("visible-am-container"); var amInsertion = document.getElementById("visible-am-insertion"); if (amInsertion) { amInsertion.appendChild(amContainer); } })();" nothing in the console

          Tim Jacomb added a comment - - edited

          Caused by moving the include footer.jelly into the div on the PR for this issue, may not have shown in development as this issue would only be triggered when admin monitors were being displayed

          Tim Jacomb added a comment - - edited Caused by moving the include footer.jelly into the div on the PR for this issue, may not have shown in development as this issue would only be triggered when admin monitors were being displayed

          Tim Jacomb added a comment -

          Regression showing JS when admin monitor triggered fixed in https://github.com/jenkinsci/jenkins/pull/5001

          Tim Jacomb added a comment - Regression showing JS when admin monitor triggered fixed in https://github.com/jenkinsci/jenkins/pull/5001

            yjuns Shi YanJun
            yjuns Shi YanJun
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: