[SSE] Debug function menu in IE.

This commit is contained in:
Julia Radzhabova 2016-07-26 14:48:03 +03:00
parent 7cb5aa9075
commit 520aa3ee65
2 changed files with 3 additions and 7 deletions

View file

@ -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) {

View file

@ -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(),