• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core
    • 1.594

      #footer-container is defined as
      position: absolute;

      but must be
      position: fixed;

      because footer moves up when any page is vertically scrolled.

          [JENKINS-26081] footer-container is not fixed

          Aleix CE added a comment -

          css/style.css

          Aleix CE added a comment - css/style.css

          Daniel Beck added a comment -

          Could you upload a screenshot (GIF, PNG or JPG) demonstrating the problem?

          Daniel Beck added a comment - Could you upload a screenshot (GIF, PNG or JPG) demonstrating the problem?

          Fixed. Take a look at pull request:

          https://github.com/jenkinsci/jenkins/pull/1545

          Edgars Grinvalds added a comment - Fixed. Take a look at pull request: https://github.com/jenkinsci/jenkins/pull/1545

          The idea is that we don't want footer to be visible all the time, because it doesn't add much useful information. I also couldn't reproduce the problem.

          I suspect e2ec9eb3c23a6b4f63c338e634d647486a136f7b has fixed this issue, which went into 1.598. And since the left sidebar is float, if this problem resurfaces, I wonder if we can fix it by just adding "clear:both" on #footer-container.

          Kohsuke Kawaguchi added a comment - The idea is that we don't want footer to be visible all the time, because it doesn't add much useful information. I also couldn't reproduce the problem. I suspect e2ec9eb3c23a6b4f63c338e634d647486a136f7b has fixed this issue, which went into 1.598. And since the left sidebar is float, if this problem resurfaces, I wonder if we can fix it by just adding "clear:both" on #footer-container.

            kohsuke Kohsuke Kawaguchi
            aleixce Aleix CE
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: