https://bugzilla.wikimedia.org/show_bug.cgi?id=36273
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low Status|NEW |ASSIGNED Component|Skin: Vector |JavaScript Version|1.20-git |1.19 AssignedTo|[email protected]. |[email protected] |org | Target Milestone|--- |1.20.0 release Summary|Useless scroll bar with |jquery.footHovzer module |debug toolbar |should not cause a scroll | |bar to appear if total | |height is below 100% Severity|normal |minor --- Comment #1 from Krinkle <[email protected]> 2012-04-26 15:02:00 UTC --- Lowering priority since it only affects debug mode and only on short pages, and not really blocking the debug proces. I already have a fix for this which I'll commit later. The fix is as follows: Instead of manipulating body paddingBottom (which causes this bug but also another bug: the paddingBottom is collapsing with the padding of the footer, causing it to not fully reserve the space).. instead, use an empty spacer element at the bottom of the document (right before or after the hoving container itself), that we set the height on. Confirmed fix in Vector and Monobook on localhost, if we make it, should also be backported to 1.19 (which is where this was introduced). This module didn't exist yet in 1.18, although in 1.18 this logic was duplicates in a few places, but lets not hunt that down for such a minor issue. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
