From 65b076e7917fd3d552632265c2a726503a600129 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 14 Mar 2016 18:00:20 +0300 Subject: [PATCH] [SSE] Bug 31875 --- apps/spreadsheeteditor/main/app/controller/CellEditor.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/spreadsheeteditor/main/app/controller/CellEditor.js b/apps/spreadsheeteditor/main/app/controller/CellEditor.js index 476bd397a..57f072c34 100644 --- a/apps/spreadsheeteditor/main/app/controller/CellEditor.js +++ b/apps/spreadsheeteditor/main/app/controller/CellEditor.js @@ -155,6 +155,9 @@ define([ this.api.isCEditorFocused = undefined; else if (this.api.isCellEdited) this.api.isCEditorFocused = true; + if (Common.Utils.isIE && !$('#menu-formula-selection').hasClass('open')) {// for formula menu + this.getApplication().getController('DocumentHolder').documentHolder.focus(); + } }, onKeyupCellEditor: function(e) {