loleaflet/src/map/handler/Map.TouchGesture.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2ec8f26994c96376dcff0bd578eb6b691fb89d4f
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Thu Jan 16 14:01:02 2020 +0100
Commit:     Jan Holesovsky <ke...@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 <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to