mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 270798 ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()' @onLocationFound
r=silver
This commit is contained in:
parent
898f671892
commit
c2ab340980
@ -1632,7 +1632,8 @@ function vmgr_dewdropinn (sourceView, targetView, direction)
|
||||
var dest = new Object();
|
||||
dest.windowId = parsedTarget.windowId;
|
||||
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.endMultiMove();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user