"Krinkle" changed the status of MediaWiki.r107982 to "new"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107982

Old status:  fixme
> New status: new

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

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to