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