From: Ed Sanders Date: Thu, 12 Oct 2017 15:11:25 +0000 (+0100) Subject: Drop call of deprecated IE8-support method X-Git-Tag: 1.31.0-rc.0~1799^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=ebf21cc1790d05f62f1ee5f3d02648c9f1072bbb;p=lhc%2Fweb%2Fwiklou.git Drop call of deprecated IE8-support method Bug: T123219 Change-Id: Ie85dd4442e93f1f1745227f5f3f9d7ddefcd2d46 --- 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 } ); }