Update jquery.ime and jquery.uls from upstream
jquery.ime: * Emit an input event after processing a character. Fixes bug T200329 Updating to:91691f16d4jquery.uls: * Localisation update. Updating to:9b73e96c2dBug: T200329 Change-Id: I1e3e29766a6efb8a01856b495f92051be7ab21b8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user