uses a sticky element.
This could potentially be impacted with Jenkins / acceptance-test-harness changes to disable sticky elements.
Once the new Jenkins LTS lands, the ath will be updated to no longer run Javascript at various parts of the page rendering to disable elements; rather a cookie will be sent that tells Jenkins to use some different style sheets.
A quick search of this plugin shows a use of postition: sticky which may be impacted by the change and need adapting.
see jenkinsci/jenkins#26883 and jenkinsci/acceptance-test-harness#2748 for more details.
Filing for visibility.
warnings-ng-plugin/plugin/src/main/resources/io/jenkins/plugins/analysis/core/model/RunTab/styles.css
Line 9 in a280438
This could potentially be impacted with Jenkins / acceptance-test-harness changes to disable sticky elements.
Once the new Jenkins LTS lands, the ath will be updated to no longer run Javascript at various parts of the page rendering to disable elements; rather a cookie will be sent that tells Jenkins to use some different style sheets.
A quick search of this plugin shows a use of
postition: stickywhich may be impacted by the change and need adapting.see jenkinsci/jenkins#26883 and jenkinsci/acceptance-test-harness#2748 for more details.
Filing for visibility.