зеркало из https://github.com/mozilla/pjs.git
221312 - context menu should include Select All r=mconnor
This commit is contained in:
Родитель
a77ae311f2
Коммит
ca296b1ccb
|
@ -3072,7 +3072,7 @@ nsContextMenu.prototype = {
|
|||
this.showItem( "context-paste", this.onTextInput );
|
||||
this.showItem( "context-delete", this.onTextInput );
|
||||
this.showItem( "context-sep-paste", this.onTextInput );
|
||||
this.showItem( "context-selectall", this.isTextSelected || this.onTextInput );
|
||||
this.showItem( "context-selectall", !( this.onLink || this.onImage ) );
|
||||
this.showItem( "context-sep-selectall", this.isTextSelected );
|
||||
|
||||
// XXX dr
|
||||
|
|
Загрузка…
Ссылка в новой задаче