r102996 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102995‎ | r102996 | r102997 >
Date:17:59, 14 November 2011
Author:reedy
Status:ok
Tags:
Comment:
REL1_18 MFT r102848
Modified paths:
  • /branches/REL1_18/extensions (modified) (history)
  • /branches/REL1_18/extensions/WikiEditor (modified) (history)
  • /branches/REL1_18/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.js (modified) (history)

Diff [purge]

Index: branches/REL1_18/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.js
@@ -602,7 +602,7 @@
603603 var $previousSections = $section.parent().find( '.section-visible' );
604604 $previousSections.css( 'position', 'absolute' );
605605 $previousSections.removeClass( 'section-visible' );
606 - $previousSections.fadeOut( 'fast', function() { $(this).css( 'position', 'relative' ); } );
 606+ $previousSections.fadeOut( 'fast', function() { $(this).css( 'position', 'static' ); } );
607607 $(this).parent().parent().find( 'a' ).removeClass( 'current' );
608608 $sections.css( 'overflow', 'hidden' );
609609 var animate = function( $that ) {
Property changes on: branches/REL1_18/extensions/WikiEditor
___________________________________________________________________
Modified: svn:mergeinfo
610610 Merged /trunk/extensions/WikiEditor:r102848
Property changes on: branches/REL1_18/extensions
___________________________________________________________________
Modified: svn:mergeinfo
611611 Merged /trunk/extensions:r102848

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102848(bug 32374) Heading dropdown disappears behind textarea after closing and re-...catrope09:08, 12 November 2011

Status & tagging log