From 13e47653e6463072f51e6cbc6f1b2b4f42223648 Mon Sep 17 00:00:00 2001 From: "rjc%netscape.com" Date: Thu, 14 Sep 2006 05:51:36 +0000 Subject: [PATCH] Fixes for various sidebar panels for bug # 42718. Also, set page title for FTP/FILE displays. Finally, fix a bug (can't remember the bug # at the moment) with clicking on the scrollbar... basically, make sure the click is on a before processing the click. r=me --- suite/browser/navigator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/suite/browser/navigator.js b/suite/browser/navigator.js index 0cb344428dee..087cbfbfc03c 100644 --- a/suite/browser/navigator.js +++ b/suite/browser/navigator.js @@ -1608,6 +1608,7 @@ function checkForDirectoryListing() { !window._content.HTTPIndex.constructor ) { // Give directory .xul/.js access to browser instance. window._content.defaultCharacterset = appCore.GetDocumentCharset(); + window._content.parentWindow = window; } }