зеркало из https://github.com/mozilla/pjs.git
Fix bug 27289, right clicking on the scrollbar thumb shouldn't show a context menu. r=law a=brendan
This commit is contained in:
Родитель
7c380f4b87
Коммит
f1dd0bc8c5
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче