Amire80 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79810


Change subject: Update jquery.ime from upstream
......................................................................

Update jquery.ime from upstream

Fixes bug 53041 (upstream patch by Matmarex)
and an issue in the Punjabi keyboard.

Bug: 53041
Change-Id: I8653404833d83a6d798551a47e37d87e6c0c1eaf
---
M lib/jquery.ime/jquery.ime.js
M lib/jquery.ime/rules/pa/pa-phonetic.js
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector 
refs/changes/10/79810/1

diff --git a/lib/jquery.ime/jquery.ime.js b/lib/jquery.ime/jquery.ime.js
index fbe5dd8..99e0c60 100644
--- a/lib/jquery.ime/jquery.ime.js
+++ b/lib/jquery.ime/jquery.ime.js
@@ -856,7 +856,9 @@
                        } );
 
                        // Hide the menu when clicked outside
-                       $( 'html' ).click( $.proxy( this.hide, this ) );
+                       $( 'html' ).click( function () {
+                               imeselector.hide();
+                       } );
 
                        // ... but when clicked on window do not propagate it.
                        this.$menu.on( 'click', function ( event ) {
diff --git a/lib/jquery.ime/rules/pa/pa-phonetic.js 
b/lib/jquery.ime/rules/pa/pa-phonetic.js
index e97f558..9b1570e 100644
--- a/lib/jquery.ime/rules/pa/pa-phonetic.js
+++ b/lib/jquery.ime/rules/pa/pa-phonetic.js
@@ -23,7 +23,7 @@
                        ['6', '6'],
                        ['7', '7'],
                        ['8', '8'],
-                       ['\\)', '੯'],
+                       ['\\(', '੯'],
                        ['9', '9'],
                        ['\\),', '੦'],
                        ['0', '0'],

-- 
To view, visit https://gerrit.wikimedia.org/r/79810
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8653404833d83a6d798551a47e37d87e6c0c1eaf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to