"Hashar" posted a comment on MediaWiki.r107982.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107982#c29773

Commit summary for MediaWiki.r107982:

[jquery.footHovzer] new plugin for mw-log-console and mw-debug-toolbar
* Previously mw.log and mw.Debug both were in a fixed container on the bottom, 
overlapping each other. mw.log did increase the body's padding-bottom to 
account for the height so that all content is still visible, but it was still a 
problem when mw.Debug came along.
* This plugin adds a single fixed position element to bottom of the body, to 
which other stuff like mw.log and mw.Debug can append a non-fixed position 
container. That will take care of it.
* Method update() will re-check the padding and scroll position and fix where 
needed
* Reduces code a little bit

Hashar's comment:

> The use case for it was valid imho, but the side affects were worse than the 
> gain in the utility. Removed in r109166.

Maybe it can be made a plugin option?

_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to