r91692 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91691‎ | r91692 | r91693 >
Date:21:47, 7 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Hide cursor on blur
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Surface.js
@@ -54,8 +54,11 @@
5555 this.$input = $( '<input/>' );
5656 this.$.before( this.$input );
5757 this.$input.bind({
58 - 'keydown' : function(e) {
 58+ 'keydown' : function( e ) {
5959 return surface.onKeyDown( e );
 60+ },
 61+ 'blur': function( e ) {
 62+ surface.cursor.hide();
6063 }
6164 });
6265 }

Status & tagging log