зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
5fb1910c52
Коммит
23392695af
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче