From ebf21cc1790d05f62f1ee5f3d02648c9f1072bbb Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Thu, 12 Oct 2017 16:11:25 +0100 Subject: [PATCH] Drop call of deprecated IE8-support method Bug: T123219 Change-Id: Ie85dd4442e93f1f1745227f5f3f9d7ddefcd2d46 --- resources/src/jquery/jquery.textSelection.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/src/jquery/jquery.textSelection.js b/resources/src/jquery/jquery.textSelection.js index c6ad945a1a..522e95b871 100644 --- a/resources/src/jquery/jquery.textSelection.js +++ b/resources/src/jquery/jquery.textSelection.js @@ -175,9 +175,6 @@ // See bug T37201. activateElementOnIE( this ); - if ( context ) { - context.fn.restoreCursorAndScrollTop(); - } if ( options.selectionStart !== undefined ) { $( this ).textSelection( 'setSelection', { start: options.selectionStart, end: options.selectionEnd } ); } -- 2.20.1