From: soufiane Date: Mon, 9 Feb 2026 18:46:37 +0000 (+0100) Subject: wait #7984 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=957832d1d9d3c6d1106b8d8c11fc73d2ef6df7a2;p=fluidbook-html5.git wait #7984 --- diff --git a/js/libs/fluidbook/fluidbook.keyboard.js b/js/libs/fluidbook/fluidbook.keyboard.js index aa174598..16184103 100644 --- a/js/libs/fluidbook/fluidbook.keyboard.js +++ b/js/libs/fluidbook/fluidbook.keyboard.js @@ -84,7 +84,7 @@ FluidbookKeyboard.prototype = { if (this.fluidbook.search.isResultNavOpened()) { this.tabNavigation('#searchResultsNav', dir); return true; - } else if (this.fluidbook.floatmode) { + } else if (this.fluidbook.search.isSearchfloatActive && !$("#menuSearch").hasClass('hidden')) { this.tabNavigation('#menuSearch', dir); return true; } else if (this.fluidbook.nav.burger.isOpened) {