[DE] Fix Bug 43715
This commit is contained in:
parent
688a42faf1
commit
dcfd8520d4
|
@ -551,6 +551,8 @@ define([
|
||||||
} else {
|
} else {
|
||||||
left = docW - menuW;
|
left = docW - menuW;
|
||||||
}
|
}
|
||||||
|
if (left < 0)
|
||||||
|
left = 0;
|
||||||
|
|
||||||
if (this.options.restoreHeight) {
|
if (this.options.restoreHeight) {
|
||||||
if (typeof (this.options.restoreHeight) == "number") {
|
if (typeof (this.options.restoreHeight) == "number") {
|
||||||
|
|
|
@ -527,7 +527,6 @@ define([
|
||||||
documentHolderView._preventClick = true;
|
documentHolderView._preventClick = true;
|
||||||
menu.show();
|
menu.show();
|
||||||
|
|
||||||
menu.alignPosition();
|
|
||||||
_.delay(function() {
|
_.delay(function() {
|
||||||
menu.cmpEl.focus();
|
menu.cmpEl.focus();
|
||||||
}, 10);
|
}, 10);
|
||||||
|
|
Loading…
Reference in a new issue