Last modified: 2013-05-13 21:15:22 UTC
When a skin is adjusted to have less items in the footer, and a particular page has the remaining ones disabled, the height of the footer shrinks to less than the height of the contained images. This is visible (at least in IE7) on one of my history pages: http://hashvb.earlsoft.co.uk/?title=VB.net_UnloadMode&action=history I have the footer list set to: $footerlinks = array ('lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright', 'tagline');
Created attachment 1644 [details] Screenshot of the problem This shows the bug in action
I've tried giving it a fixed height but then it wont expand to show the text when its in there. Unfortunately, I don't know enough CSS to do it properly.
This is a problem with the way divs work. The div is only the height of the actual content - so placing a non-breaking space at the base of the div (below everything else in it) will solve the problem. I have also experienced a similar problem before with Google siteads - this is a problem with your wiki and a solution needn't be put in the codebase as it is not a problem for users who aren't messing about with the files.
We could add a min-height rule for the footer, but that would cause trouble for people customizing the skin in a different way (i.e., replacing the images with shorter ones). I concur that this is not an issue reasonably fixable by MediaWiki.
You could add <div style="clear: both;"></div> to the end of the footer.
Problematic as-is because in the default setup, that shoves down the lower border, due to padding. Possibly something based on that idea would work, however. On consideration, we do allow people to configure away all those messages at the bottom without hacking the files. So we should probably support it looking good without manual CSS modifications if you do that, although it's not very important. Reopening in case someone can come up with a good solution that won't change existing layouts.
Related URL: https://gerrit.wikimedia.org/r/63458 (Gerrit Change I337bab53600efb4cb27b65b01d62f59968a4fba9)
https://gerrit.wikimedia.org/r/63458 (Gerrit Change I337bab53600efb4cb27b65b01d62f59968a4fba9) | change APPROVED and MERGED [by jenkins-bot]