Commit 520aa3ee authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Debug function menu in IE.

parent 7cb5aa90
......@@ -183,9 +183,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();
}
// if (Common.Utils.isIE && !$('#menu-formula-selection').hasClass('open')) {// for formula menu
// this.getApplication().getController('DocumentHolder').documentHolder.focus();
// }
},
onKeyupCellEditor: function(e) {
......
......@@ -1482,10 +1482,6 @@ define([
menu.render(menuContainer);
menu.cmpEl.attr({tabindex: "-1"});
menu.on('hide:after', function() {
if (Common.Utils.isIE) me.documentHolder.focus();
});
}
var coord = me.api.asc_getActiveCellCoord(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment