r113051 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113050‎ | r113051 | r113052 >
Date:17:57, 5 March 2012
Author:rmoen
Status:deferred
Tags:
Comment:
prevent insert for stand alone command key.
Modified paths:
  • /trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/ve/es/ve.es.Surface.js
@@ -667,6 +667,8 @@
668668 }
669669 return false;
670670 // a (select all)
 671+ case 91:
 672+ return false;
671673 case 65:
672674 this.model.select( new ve.Range(
673675 this.model.getDocument().getRelativeContentOffset( 0, 1 ),

Status & tagging log