• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • None
    • Jenkins 1.573

      After upgrading Jenkins the Radiator view no longer works.
      The only thing displayed on the page is:

      • Pale Grey Jenkins Header bar.
      • Small black bar with question mark icon at right hand side.

      After a quick look at it:
      Radiator view has a div called "dashboard" with the following style: height: 100%; width: 100%;

      Tweaking this to height:800px for example will then show the content, although not full screen.

          [JENKINS-23924] New div layout breaks Radiator view

          Code changed in jenkins
          User: Baptiste Mathus
          Path:
          src/main/resources/hudson/model/RadiatorView/main.jelly
          http://jenkins-ci.org/commit/radiatorview-plugin/2963821de2c7dd34840cadd15497088242e143c1
          Log:
          JENKINS-23924: fix the broken UI.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Baptiste Mathus Path: src/main/resources/hudson/model/RadiatorView/main.jelly http://jenkins-ci.org/commit/radiatorview-plugin/2963821de2c7dd34840cadd15497088242e143c1 Log: JENKINS-23924 : fix the broken UI.

          Released in 1.19, should hit update center in a few hours.

          Baptiste Mathus added a comment - Released in 1.19, should hit update center in a few hours.

          Eric Düll added a comment - - edited

          It almost works. I have upgraded to the latest Jenkins (jenkins-1.582.war) and to the latest Radiator View Plugin (1.19). The result is as shown in the attached screenshot (JENKINS-23924_brokenUI.gif). I have used FF 24.6.0 and Chrome 37.0.2062.120 m. Can anyone please review that and hopefully reopen the issue.

          Eric Düll added a comment - - edited It almost works. I have upgraded to the latest Jenkins (jenkins-1.582.war) and to the latest Radiator View Plugin (1.19). The result is as shown in the attached screenshot ( JENKINS-23924 _brokenUI.gif). I have used FF 24.6.0 and Chrome 37.0.2062.120 m. Can anyone please review that and hopefully reopen the issue.

          Thanks for the feedback. Weird. I checked on Jenkins 1.580 with many browsers, could you please check if it works better for you with 1.580 so that we can narrow the scope of that issue?
          Could you please also test with a recent version of Firefox to see if the issue is still present with recent ones?

          And finally if you can propose a patch like some above, that might also help fix the issue correctly.

          Thanks

          Baptiste Mathus added a comment - Thanks for the feedback. Weird. I checked on Jenkins 1.580 with many browsers, could you please check if it works better for you with 1.580 so that we can narrow the scope of that issue? Could you please also test with a recent version of Firefox to see if the issue is still present with recent ones? And finally if you can propose a patch like some above, that might also help fix the issue correctly. Thanks

          Marcus Linke added a comment -

          The issue should be reopened at least. Thanks!

          Marcus Linke added a comment - The issue should be reopened at least. Thanks!

          Baptiste Mathus added a comment - - edited

          @Marcus, please see my previous comment. If you can give all the details you can, that'd help.
          I just rechecked with dozens of projects here, and it works fine for me.

          I'm not gonna work on this if I can't reproduce it.

          As I already said

          • Does it also work for you with Jenkins 1.580?
          • Which browser/env (precise versions)
          • Your jenkins version where it doesn't work.
          • your radiator view plugin configuration: display stable jobs? Show as project? Which plugin version? And so on.

          Thanks

          Baptiste Mathus added a comment - - edited @Marcus, please see my previous comment. If you can give all the details you can, that'd help. I just rechecked with dozens of projects here, and it works fine for me. I'm not gonna work on this if I can't reproduce it. As I already said Does it also work for you with Jenkins 1.580? Which browser/env (precise versions) Your jenkins version where it doesn't work. your radiator view plugin configuration: display stable jobs? Show as project? Which plugin version? And so on. Thanks

          Marcus Linke added a comment -

          I'm using latest Jenkins 1.582 and Radiator 1.19 here and tested with Firefox 32.0.3 and Chrome 37.0.2062.124 under MacOS 10.8.5. The only option that is enabled in the view is 'Use dark background'. The attached UI screenshot JENKINS_23924.jpg is taken with Firefox.

          Marcus Linke added a comment - I'm using latest Jenkins 1.582 and Radiator 1.19 here and tested with Firefox 32.0.3 and Chrome 37.0.2062.124 under MacOS 10.8.5. The only option that is enabled in the view is 'Use dark background'. The attached UI screenshot JENKINS_23924.jpg is taken with Firefox.

          Eric Düll added a comment - - edited

          @Baptiste: Sorry that I did not respond earlier.

          Does it also work for you with Jenkins 1.580?
          Can you please provide a download link? The homepage only points to http://mirrors.jenkins-ci.org/war/latest/jenkins.war (what is currently 1.582)

          Could you please also test with a recent version of Firefox to see if the issue is still present with recent ones?
          Due to company regulations we are sticked to the Firefox 24.x branch. I am using the version 24.6.0. from 10-Jun-2014 09:37. I will try another FF one (standalone) later. Anyhow: I tried it with Google chrome: Same result.

          Which browser/env (precise versions)
          FF 24.6.0 and Chrome 37.0.2062.120 m

          Your jenkins version where it doesn't work.
          1.582

          your radiator view plugin configuration: display stable jobs? Show as project? Which plugin version? And so on.

          • Version: 1.19
          • Confguration
            • Filter build queue: no
            • Filter build executors: no
            • Caption text: ""
            • Caption size: 36
            • Recurse in subfolders: yes
            • Use a regular expression to include jobs into the view: ".*"
            • Show stable builds?: no
            • Show stable detail?: no
            • Use Dark Background?: yes
            • Show as Projects?: no
            • Show build stability?: no

          Eric Düll added a comment - - edited @Baptiste: Sorry that I did not respond earlier. Does it also work for you with Jenkins 1.580? Can you please provide a download link? The homepage only points to http://mirrors.jenkins-ci.org/war/latest/jenkins.war (what is currently 1.582) Could you please also test with a recent version of Firefox to see if the issue is still present with recent ones? Due to company regulations we are sticked to the Firefox 24.x branch. I am using the version 24.6.0. from 10-Jun-2014 09:37. I will try another FF one (standalone) later. Anyhow: I tried it with Google chrome: Same result. Which browser/env (precise versions) FF 24.6.0 and Chrome 37.0.2062.120 m Your jenkins version where it doesn't work. 1.582 your radiator view plugin configuration: display stable jobs? Show as project? Which plugin version? And so on. Version: 1.19 Confguration Filter build queue: no Filter build executors: no Caption text: "" Caption size: 36 Recurse in subfolders: yes Use a regular expression to include jobs into the view: ".*" Show stable builds?: no Show stable detail?: no Use Dark Background?: yes Show as Projects?: no Show build stability?: no

          Marcus Linke added a comment -

          Screenshot

          Marcus Linke added a comment - Screenshot

          Eric Düll added a comment - - edited

          Have a look at the following css:

          style.css (line 121)
          body, table, form, input, td, th, p, textarea, select {
           -->    remove "background-color" and it looks better.
          }

          Eric Düll added a comment - - edited Have a look at the following css: style.css (line 121) body, table, form, input, td, th, p, textarea, select { --> remove "background-color" and it looks better. }

            batmat Baptiste Mathus
            gcummings Geoff Cummings
            Votes:
            7 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: