From f3a51ea4c02bbce619b364a23c42150fefce7c0e Mon Sep 17 00:00:00 2001 From: jahorton Date: Thu, 25 Apr 2019 08:49:32 +0700 Subject: [PATCH 1/2] Adds upper-cased variant of showPinnedHelp API --- web/source/text/kbdInterface.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/source/text/kbdInterface.ts b/web/source/text/kbdInterface.ts index d5754de151..e3dd4f5189 100644 --- a/web/source/text/kbdInterface.ts +++ b/web/source/text/kbdInterface.ts @@ -1138,6 +1138,9 @@ namespace com.keyman.text { } } + // Needed for some legacy CJK keyboards. + ['ShowPinnedHelp'] = this['showPinnedHelp']; + resetContext() { let keyman = com.keyman.singleton; if(!keyman.isHeadless && keyman.osk.vkbd) { From 1b9c4aa4c1c65ed4cffd3e2a23ac99bc0085c9d6 Mon Sep 17 00:00:00 2001 From: jahorton Date: Thu, 25 Apr 2019 09:08:34 +0700 Subject: [PATCH 2/2] history.md tweak --- web/history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web/history.md b/web/history.md index eeb61b9a59..40b3d3a24b 100644 --- a/web/history.md +++ b/web/history.md @@ -8,6 +8,7 @@ * Centralizes code paths to improve parity between hardware and OSK-based keystrokes. * In both cases above, significant unit testing was facilitated and has been added as a result, further improving code maintainability into the future. * Began adding support for our common LMLayer interface for predictive modeling. +* Fix for issue with Mandarin Chinese keyboard's 'picker' UI ## 2019-02-25 11.0.220 stable * 11.0 Stable release