[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - loleaflet/src

mert (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 11 15:23:58 UTC 2019


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

New commits:
commit f8c800dba915cb8e6eefef515ccfd52304a70ca8
Author:     mert <mert.tumer at collabora.com>
AuthorDate: Wed Dec 11 14:10:03 2019 +0300
Commit:     Mert Tümer <mert.tumer at 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Mert Tümer <mert.tumer at collabora.com>
    (cherry picked from commit 651a4f546aa07a42e0a5416af317ef46851c69b3)
    Reviewed-on: https://gerrit.libreoffice.org/84964
    Tested-by: Mert Tümer <mert.tumer at 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;


More information about the Libreoffice-commits mailing list