fix for #97305. double clicking on folder pane scroll bar area can sometimes open

a new 3 pane.  r=varada, sr=mscott, a=asa
This commit is contained in:
sspitzer%netscape.com 2001-08-29 22:14:18 +00:00
Родитель 5fb1910c52
Коммит 23392695af
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -808,6 +808,7 @@ function FolderPaneOnClick(event)
}
}
else if ((event.originalTarget.localName == "outlinercol") ||
(event.originalTarget.localName == "slider") ||
(event.originalTarget.localName == "scrollbarbutton")) {
// clicking on the name column in the folder pane should not sort
event.preventBubble();