Fix subframe navigation when a tooltip is showing b=389179 p=martijn r=me

git-svn-id: svn://10.0.0.236/trunk@230664 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk 2007-07-23 20:43:28 +00:00
parent 01268e1fc7
commit 849b45ad43

View File

@ -277,8 +277,7 @@ nsBrowserStatusHandler.prototype =
document.getElementById("aHTMLTooltip").hidePopup();
document.tooltipNode = null;
} else {
for (var tooltipWindow =
document.tooltipNode.target.ownerDocument.defaultView;
for (var tooltipWindow = document.tooltipNode.ownerDocument.defaultView;
tooltipWindow != tooltipWindow.parent;
tooltipWindow = tooltipWindow.parent) {
if (tooltipWindow == aWebProgress.DOMWindow) {