r86604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86603‎ | r86604 | r86605 >
Date:08:59, 21 April 2011
Author:diebuche
Status:ok
Tags:
Comment:
Fix jumping of textbox in link-dialog. This happened when the link was being checked and the too large spinner image pushed the field down
Modified paths:
  • /trunk/extensions/WikiEditor/modules/images/dialogs/loading-small.gif (added) (history)
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.css (modified) (history)
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/images/dialogs/loading-small.gif
Cannot display: file marked as a binary type.
svn:mime-type = image/gif
Property changes on: trunk/extensions/WikiEditor/modules/images/dialogs/loading-small.gif
___________________________________________________________________
Added: svn:mime-type
11 + image/gif
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.js
@@ -323,7 +323,7 @@
324324 .append( $( '<div />' )
325325 .attr( 'id', 'wikieditor-toolbar-link-int-target-status-loading' )
326326 .append( $( '<img />' ).attr( {
327 - 'src': $.wikiEditor.imgPath + 'dialogs/' + 'loading.gif',
 327+ 'src': $.wikiEditor.imgPath + 'dialogs/' + 'loading-small.gif',
328328 'alt': loadingMsg,
329329 'title': loadingMsg
330330 } ) )
Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.dialogs.config.css
@@ -64,9 +64,6 @@
6565 float: left;
6666 line-height: 1.7em;
6767 }
68 -#wikieditor-toolbar-link-int-target-status-loading {
69 - line-height: 1.7em;
70 -}
7168 #wikieditor-toolbar-link-int-target-status-exists,
7269 #wikieditor-toolbar-link-int-target-status-notexists,
7370 #wikieditor-toolbar-link-int-target-status-invalid,

Status & tagging log