зеркало из https://github.com/mozilla/pjs.git
Bug 389179 - I can't always go back from a wink with target=_self inside a frameset, r=gavin
This commit is contained in:
Родитель
1e787e5d58
Коммит
6e0ad065ab
|
@ -3425,7 +3425,7 @@ nsBrowserStatusHandler.prototype =
|
|||
}
|
||||
else {
|
||||
for (var tooltipWindow =
|
||||
document.tooltipNode.target.ownerDocument.defaultView;
|
||||
document.tooltipNode.ownerDocument.defaultView;
|
||||
tooltipWindow != tooltipWindow.parent;
|
||||
tooltipWindow = tooltipWindow.parent) {
|
||||
if (tooltipWindow == aWebProgress.DOMWindow) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче