[SSE] Bug 31875
This commit is contained in:
parent
3c747fa342
commit
65b076e791
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue