"Krinkle" posted a comment on MediaWiki.r109963. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109963#c30014
Commit summary for MediaWiki.r109963: AFTv5: fix the jquery slide effect, its no longer confused by fast mouse movement Krinkle's comment: Hm.. can you elaborate on this ? The only difference I can spot here is that instead of toggling the state on hover, it's manually showing in when hovering and hiding it when going out of hover - which is a good thing (since one shouldn't assume wether the element is shown or hidden at any point). But the fast movement problem could still happen, if it is a problem you could use <code>.stop(true, true)</code> before the <code>.slide*</code>. That might fix it, try though :) See also http://jsfiddle.net/GumE8/1/ , quickly hover in and out of the brown box a few times to see the effect. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
