[Libreoffice-commits] online.git: loleaflet/src
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 16 13:17:28 UTC 2020
loleaflet/src/map/handler/Map.TouchGesture.js | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2ec8f26994c96376dcff0bd578eb6b691fb89d4f
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Thu Jan 16 14:01:02 2020 +0100
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Thu Jan 16 14:17:02 2020 +0100
android: Fix tapping in the sheet after using the formula input bar.
This fixes this scenario:
* tap into the (routed) formula input bar
* write 'abc'
* tap a different cell in the sheet
=> not possible to write in the cell in the sheet any more, only
possible to enter text via the formula input bar.
Change-Id: Ib45bd660605bc0fc4bcf4f9b1aef258fd82e98d8
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86924
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
Tested-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/loleaflet/src/map/handler/Map.TouchGesture.js b/loleaflet/src/map/handler/Map.TouchGesture.js
index b7ab8b4d8..78fa4affc 100644
--- a/loleaflet/src/map/handler/Map.TouchGesture.js
+++ b/loleaflet/src/map/handler/Map.TouchGesture.js
@@ -302,6 +302,7 @@ L.Map.TouchGesture = L.Handler.extend({
this._map.fire('closepopups');
this._map.fire('closemobilewizard');
+ this._map.fire('editorgotfocus');
var docLayer = this._map._docLayer;
// unselect if anything is selected already
More information about the Libreoffice-commits
mailing list