Hi, This change: https://github.com/jenkinsci/jenkins/commit/e0fcf91910782cea30d5bacb1f15077088628ef3 moved the footer parts added by PageDecorators (specifically the https://software.sandia.gov/trac/fast/wiki/PageMarkup plugin) into a row/column div. This causes misfunction if on tries to use position:absolute on these parts to get them e.g. on top of the page.
I think thes decorator parts should stay directly in front of </body> as the code comments in https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/PageDecorator.java indicate. Actually it would even be nice to get some more points to inejct html: - in <header> -> is available - in or before body > div#page-head - before </body> (outside any layout divs, maybe hidden by default) -> changed with the mentioned change - inside the <footer> as visible elements Best regards, Björn -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/db6d4bf7-9469-48c6-9205-b79ab6a1de3a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
