Fix bug 27289, right clicking on the scrollbar thumb shouldn't show a context menu. r=law a=brendan

This commit is contained in:
BlakeR1234%aol.com 2000-08-26 01:56:17 +00:00
Родитель 5689df0663
Коммит 9f2fd1167d
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -280,7 +280,9 @@ nsContextMenu.prototype = {
}
} else if ( this.target.parentNode.tagName == "scrollbar"
||
this.target.parentNode.tagName == "thumb" ) {
this.target.parentNode.tagName == "thumb"
||
this.target.parentNode.tagName == "xul:slider") {
this.shouldDisplay = false;
} else {
try {