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 <treeitem> before processing the click. r=me

This commit is contained in:
rjc%netscape.com 2006-09-14 05:51:36 +00:00
Родитель 8d6e5d39f7
Коммит 13e47653e6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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;
}
}