зеркало из https://github.com/mozilla/pjs.git
Bug 270798 ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()' @onLocationFound
r=silver
This commit is contained in:
Родитель
ac332c2470
Коммит
75332ab480
|
@ -1632,7 +1632,8 @@ function vmgr_dewdropinn (sourceView, targetView, direction)
|
||||||
var dest = new Object();
|
var dest = new Object();
|
||||||
dest.windowId = parsedTarget.windowId;
|
dest.windowId = parsedTarget.windowId;
|
||||||
dest.containerId = destContainer.getAttribute ("id");
|
dest.containerId = destContainer.getAttribute ("id");
|
||||||
dest.before = destBefore ? destBefore.getAttribute("id") : null;
|
if (destBefore)
|
||||||
|
dest.before = destBefore.getAttribute("id");
|
||||||
this.moveView(dest, sourceView.viewId);
|
this.moveView(dest, sourceView.viewId);
|
||||||
this.endMultiMove();
|
this.endMultiMove();
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче