loleaflet/src/map/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 37a47497a3041595cdaa8240cd44d1e0221fdf49 Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Tue Dec 10 05:06:17 2019 +0530 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Tue Dec 10 21:19:38 2019 +0100 Document focus stopped when renaming sheet while rename sheet popup is focused and same document is opened where else popup used to lose the focus and document is focused. So the name used to get typed in document instead of popup Change-Id: I18aa3ba9d5485fd9f5928635aa611d7db5771495 Reviewed-on: https://gerrit.libreoffice.org/84794 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Michael Meeks <michael.me...@collabora.com> (cherry picked from commit c099715fecdc0d43b4175a28e6e6cd988d0a801c) Reviewed-on: https://gerrit.libreoffice.org/84881 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/loleaflet/src/map/Map.js b/loleaflet/src/map/Map.js index 1a26c4b2e..a199716c9 100644 --- a/loleaflet/src/map/Map.js +++ b/loleaflet/src/map/Map.js @@ -1186,7 +1186,7 @@ L.Map = L.Evented.extend({ } this._startInactiveTimer(); - if (!L.Browser.mobile) { + if (!L.Browser.mobile && !isAnyVexDialogActive()) { this.focus(); } return false; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits