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

Misaligned elements when ownership is displayed on run page

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • ownership-plugin
    • Jenkins 2.289.2
      jenkins/jenkins:lts Docker image

      When `Hide ownership summaries on Run pages` is not toggled on, the GIT revision and Groovy String interpolation elements get moved to the bottom left of the page as displayed in the picture attached. It seems the elements don't get moved into `div.page-body`.

          [JENKINS-66034] Misaligned elements when ownership is displayed on run page

          The "Hide ownership summaries on Run pages" check box and its effects are implemented in the Job and Node ownership plugin. https://github.com/jenkinsci/ownership-plugin/pull/86 may fix this.

          Kalle Niemitalo added a comment - The "Hide ownership summaries on Run pages" check box and its effects are implemented in the Job and Node ownership plugin. https://github.com/jenkinsci/ownership-plugin/pull/86 may fix this.

          The problem seems to be that floatingBoxTemplate.jelly emits a div element where the Web browser expects a tr element.

          Kalle Niemitalo added a comment - The problem seems to be that floatingBoxTemplate.jelly emits a div element where the Web browser expects a tr element.

            Unassigned Unassigned
            pbrzica Petar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: