-
Bug
-
Resolution: Fixed
-
Minor
In the project view (job page) the links below the last trend graph are not clickable since the footer overlaps these links. It happens only if you have several trend graphs so you need to scroll the page in order to view the bottom one.
In order to reproduce this bug, the test case could be adapted so that the analysis-collector plug-in is running this test.
[JENKINS-30304] Footer hides trend graph links
Description | Original: In the project view (job page) the links below the last trend graph are not clickable since the footer overlaps these links. It happens only if you have several trend graphs so you need to scroll the page in order to view the bottom one. |
New:
In the project view (job page) the links below the last trend graph are not clickable since the footer overlaps these links. It happens only if you have several trend graphs so you need to scroll the page in order to view the bottom one. In order to reproduce this bug, the test case https://github.com/jenkinsci/acceptance-test-harness/blob/e38955e49e1ef6d147d8b09191d59674e46022f3/src/test/java/plugins/AbstractAnalysisTest.java#L120 could be adapted so that the analysis-collector plug-in is running this test. |
Description |
Original:
In the project view (job page) the links below the last trend graph are not clickable since the footer overlaps these links. It happens only if you have several trend graphs so you need to scroll the page in order to view the bottom one. In order to reproduce this bug, the test case https://github.com/jenkinsci/acceptance-test-harness/blob/e38955e49e1ef6d147d8b09191d59674e46022f3/src/test/java/plugins/AbstractAnalysisTest.java#L120 could be adapted so that the analysis-collector plug-in is running this test. |
New:
In the project view (job page) the links below the last trend graph are not clickable since the footer overlaps these links. It happens only if you have several trend graphs so you need to scroll the page in order to view the bottom one. In order to reproduce this bug, the [test case|https://github.com/jenkinsci/acceptance-test-harness/blob/e38955e49e1ef6d147d8b09191d59674e46022f3/src/test/java/plugins/AbstractAnalysisTest.java#L120] could be adapted so that the analysis-collector plug-in is running this test. |
Assignee | New: Manuel Recena Soto [ recena ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 13527 ] |
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/org/jenkinsci/test/acceptance/po/Job.java
src/test/java/plugins/AbstractAnalysisTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/e38955e49e1ef6d147d8b09191d59674e46022f3
Log:
JENKINS-29900Improved test so that detail trend graph is verified, too.Still has a workaround for
JENKINS-30304.