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

When a build is in the queue, build history widget entry is missing the right border

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

        [JENKINS-12061] When a build is in the queue, build history widget entry is missing the right border

        This apparently has something to do with table border model being collapse.

        http://www.w3.org/TR/CSS2/tables.html#borders

        Kohsuke Kawaguchi added a comment - This apparently has something to do with table border model being collapse. http://www.w3.org/TR/CSS2/tables.html#borders

        When we make table row and table borders thick, we can clearly see that the right border is clipped.

        Kohsuke Kawaguchi added a comment - When we make table row and table borders thick, we can clearly see that the right border is clipped.

        Code changed in jenkins
        User: Kohsuke Kawaguchi
        Path:
        war/src/main/webapp/css/style.css
        http://jenkins-ci.org/commit/jenkins/90432b56e9c04893b44cf45bd336db98746c40aa
        Log:
        [FIXED JENKINS-12061]

        I still don't fully understand why the right border gets cropped, but
        playing with DOM manipulation window, it seems like the cell-level
        "border-right: none" is winning over the table level "border: 1px solid
        talks about the border conflict resolution specified in
        http://www.w3.org/TR/CSS2/tables.html#border-conflict-resolution

        What this fix does is to set the cell-level right border for pane
        tables. I realize that this might break table nesting inside another
        table.

        SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kohsuke Kawaguchi Path: war/src/main/webapp/css/style.css http://jenkins-ci.org/commit/jenkins/90432b56e9c04893b44cf45bd336db98746c40aa Log: [FIXED JENKINS-12061] I still don't fully understand why the right border gets cropped, but playing with DOM manipulation window, it seems like the cell-level "border-right: none" is winning over the table level "border: 1px solid talks about the border conflict resolution specified in http://www.w3.org/TR/CSS2/tables.html#border-conflict-resolution What this fix does is to set the cell-level right border for pane tables. I realize that this might break table nesting inside another table.

        dogfood added a comment -

        Integrated in jenkins_main_trunk #1357
        [FIXED JENKINS-12061]

        Kohsuke Kawaguchi : 90432b56e9c04893b44cf45bd336db98746c40aa
        Files :

        • war/src/main/webapp/css/style.css

        dogfood added a comment - Integrated in jenkins_main_trunk #1357 [FIXED JENKINS-12061] Kohsuke Kawaguchi : 90432b56e9c04893b44cf45bd336db98746c40aa Files : war/src/main/webapp/css/style.css

          Unassigned Unassigned
          kohsuke Kohsuke Kawaguchi
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

            Created:
            Updated:
            Resolved: