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:
parent
01268e1fc7
commit
849b45ad43
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user