Update jquery.ime and jquery.uls from upstream

jquery.ime:
* Emit an input event after processing a character.
  Fixes bug T200329

Updating to:
91691f16d4

jquery.uls:
* Localisation update.
Updating to:
9b73e96c2d

Bug: T200329
Change-Id: I1e3e29766a6efb8a01856b495f92051be7ab21b8
This commit is contained in:
Amir E. Aharoni
2023-05-21 10:48:25 +03:00
committed by Amire80
parent 86925020ed
commit 2fc7e85ff9
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*! jquery.ime - v0.2.0+20230403
/*! jquery.ime - v0.2.0+20230521
* https://github.com/wikimedia/jquery.ime
* Copyright (c) 2023 Santhosh Thottingal; License: (GPL-2.0-or-later OR MIT) */
( function ( $ ) {
@@ -558,6 +558,10 @@
newText +
element.value.substring( element.selectionEnd, element.value.length );
// Emit an event so that input fields that rely on events
// work properly
element.dispatchEvent( new Event( 'input' ) );
// restore scroll
element.scrollTop = scrollTop;
// set selection