loleaflet/src/control/Control.PartsPreview.js |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f8c800dba915cb8e6eefef515ccfd52304a70ca8
Author:     mert <mert.tu...@collabora.com>
AuthorDate: Wed Dec 11 14:10:03 2019 +0300
Commit:     Mert Tümer <mert.tu...@collabora.com>
CommitDate: Wed Dec 11 16:23:40 2019 +0100

    fix Keyboard pops up when switching slides
    
    Change-Id: I6b0953e4868867786a8c63c5ccbf132baa0d0324
    Reviewed-on: https://gerrit.libreoffice.org/84935
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Mert Tümer <mert.tu...@collabora.com>
    (cherry picked from commit 651a4f546aa07a42e0a5416af317ef46851c69b3)
    Reviewed-on: https://gerrit.libreoffice.org/84964
    Tested-by: Mert Tümer <mert.tu...@collabora.com>

diff --git a/loleaflet/src/control/Control.PartsPreview.js 
b/loleaflet/src/control/Control.PartsPreview.js
index ddc9c6041..12c5bab19 100644
--- a/loleaflet/src/control/Control.PartsPreview.js
+++ b/loleaflet/src/control/Control.PartsPreview.js
@@ -170,6 +170,7 @@ L.Control.PartsPreview = L.Control.extend({
                        .on(img, 'click', this._map.focus, this._map)
                        .on(img, 'click', function() {
                                this.partsFocused = true;
+                               document.activeElement.blur();
                        }, this);
 
                var topBound = this._previewContTop;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to