Index: trunk/extensions/VisualEditor/modules/es/views/es.SurfaceView.js |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | this.$ = $container |
25 | 25 | .addClass( 'es-surfaceView' ) |
26 | 26 | .append( this.documentView.$ ); |
27 | | - this.$input = $( '<textarea class="es-surfaceView-textarea" />' ) |
| 27 | + this.$input = $( '<textarea class="es-surfaceView-textarea" autocapitalize="off" />' ) |
28 | 28 | .appendTo( 'body' ); |
29 | 29 | this.$cursor = $( '<div class="es-surfaceView-cursor"></div>' ) |
30 | 30 | .appendTo( 'body' ); |