|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I was not able to reproduce this issue locally, but I did change how the panel sizing is done and pushed it to upstream master. There's a build running now at https://jenkins.ci.cloudbees.com/job/core/job/jenkins-core/1815/. It will produce a war file that maybe people can test and verify if it fixes the issue or not.
The change I made is in commit https://github.com/jenkinsci/jenkins/commit/89cdd5113fc8e57961c69649a4f9f1472fafc22b. It changes the sizing from using _javascript_ to using pure CSS. I think it's a better way of doing it anyway and hopefully will fix the sort of issues you guys are seeing.