Popups know how to shag, baby.

git-svn-id: svn://10.0.0.236/trunk@34394 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-06-09 09:05:53 +00:00
parent c25770fedd
commit 67b0713a62

View File

@@ -1038,7 +1038,7 @@ nsWebShellWindow::CreatePopup(nsIDOMElement* aElement, nsIDOMElement* aPopupCont
}
else if (anAnchorAlignment == "bottomleft") {
aXPos = rect.x + aXPos;
aYPos = rect.y + rect.height + aXPos;
aYPos = rect.y + rect.height + aYPos;
}
else {
aXPos = rect.x + rect.width + aXPos;