Ticket #29485: 29485.2.diff
File 29485.2.diff, 515 bytes (added by , 11 years ago) |
---|
-
src/wp-admin/js/editor-expand.js
195 195 return; 196 196 } 197 197 198 // Bail on pageup/pagedown/home/end. 199 if ( key >= 33 && key <= 36 ) { 200 return; 201 } 202 198 203 cursorTop = offset.top + editor.iframeElement.getBoundingClientRect().top; 199 204 cursorBottom = cursorTop + offset.height; 200 205 cursorTop = cursorTop - buffer;