• Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • Jenkins 1.554.1, Delivery Pipeline Plugin 0.8.1, Internet Explorer 11, version: 11.0.9600.17107

      When displaying a delivery pipeline view in Internet Explorer, the view is distorted. This makes the user experience poor. In enterprises, not all users have permission to install alternative web browsers on their computers. Therefore, Internet Explorer should also be fully supported by the Delivery Pipeline Plugin.

          [JENKINS-23550] Pipeline view distorted in Internet Explorer

          Could not reproduce.
          Tried IE11 (11.0.9600.16428) on http://build.diabol.se/jenkins/job/Demo/view/Pipeline/

          Patrik Boström added a comment - Could not reproduce. Tried IE11 (11.0.9600.16428) on http://build.diabol.se/jenkins/job/Demo/view/Pipeline/

          Patrik Boström added a comment - Do you have Compatibility View Mode enabled for IE? http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

          Tommy Tynjä added a comment -

          The screenshot is taken when compatibility mode is set to off. If enabled, the view is still distorted.

          Tommy Tynjä added a comment - The screenshot is taken when compatibility mode is set to off. If enabled, the view is still distorted.

          Wonder if <meta http-equiv="X-UA-Compatible" content="IE=edge" /> could be a solution?

          Patrik Boström added a comment - Wonder if <meta http-equiv="X-UA-Compatible" content="IE=edge" /> could be a solution?

          Curt Connell added a comment -

          I ran into the same issue and resolved it by commenting a line in my local plugins/build-pipeline-plugin/css/main.css file:
          #pipelines {
          width: 100%;
          text-align: center;
          /border-collapse: collapse; removed to support IE - cjc 20150114/
          }
          It now looks good in Chrome, IE, and Firefox.

          Curt Connell added a comment - I ran into the same issue and resolved it by commenting a line in my local plugins/build-pipeline-plugin/css/main.css file: #pipelines { width: 100%; text-align: center; / border-collapse: collapse; removed to support IE - cjc 20150114 / } It now looks good in Chrome, IE, and Firefox.

          Great! Which version of IE are you using?

          Patrik Boström added a comment - Great! Which version of IE are you using?

          Curt Connell added a comment -

          I have tested with ie10 and ie11.

          Curt Connell added a comment - I have tested with ie10 and ie11.

          Andreas Rehn added a comment -

          I've tested v1.0 of the plugin with both IE 11 and Edge on windows 10 and cannot see this problem anymore

          Andreas Rehn added a comment - I've tested v1.0 of the plugin with both IE 11 and Edge on windows 10 and cannot see this problem anymore

          Tommy Tynjä added a comment -

          Closing this since it is not reproducible on the latest version 1.0.0.

          Tommy Tynjä added a comment - Closing this since it is not reproducible on the latest version 1.0.0.

            andreasrehn Andreas Rehn
            tommysdk Tommy Tynjä
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: