[SSE] Debug function menu in IE.
This commit is contained in:
parent
7cb5aa9075
commit
520aa3ee65
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue