Deactivate sidebar panels when the panel is not selected.

Special thanks to matt@netscape.com for providing this patch.
Bug #53239 r=cls sr=ben a=asa
This commit is contained in:
cls%seawood.org 2001-09-05 07:43:17 +00:00
Родитель 20638e2216
Коммит 3a5f285fbc
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -310,6 +310,7 @@ function (force_reload)
header.removeAttribute('selected');
content.setAttribute('collapsed','true');
iframe.setAttribute('src', 'about:blank');
load_state = content.getAttribute('loadstate');
if (load_state == 'loading') {
iframe.removeEventListener("load", panel_loader, true);