loleaflet/js/w2ui-1.5.rc1.js | 1 + 1 file changed, 1 insertion(+) New commits: commit 9aae80518d23dab3dbd8fdc9369b61d70798ea67 Author: gokaysatir <gokaysa...@collabora.com> AuthorDate: Sat Jul 11 14:35:26 2020 +0300 Commit: Henry Castro <hcas...@collabora.com> CommitDate: Wed Jul 15 14:51:04 2020 +0200
loleaflet: Hide w2ui tooltips on mobile. Change-Id: Iaf57e6f53fbc363e22ac1c11de0eb657d492edd3 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98558 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Henry Castro <hcas...@collabora.com> diff --git a/loleaflet/js/w2ui-1.5.rc1.js b/loleaflet/js/w2ui-1.5.rc1.js index 533941987..4ff42eed2 100644 --- a/loleaflet/js/w2ui-1.5.rc1.js +++ b/loleaflet/js/w2ui-1.5.rc1.js @@ -6266,6 +6266,7 @@ w2utils.event = { }, tooltipShow: function (id, event, forceRefresh) { + if (window.mode.isMobile()) { return; } if (window.ThisIsTheiOSApp) return; if (this.tooltip == null) return; var $el = $(this.box).find('#tb_'+ this.name + '_item_'+ w2utils.escapeId(id)); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits