зеркало из https://github.com/mozilla/gecko-dev.git
Bug 309641 Fix Alt+Down for new folder picker r=mnyromyr sr=mscott
This commit is contained in:
Родитель
f17ce86a50
Коммит
c99ac5cc27
|
@ -1759,6 +1759,8 @@
|
|||
return (l < f + p ? l : f + p) - 1;
|
||||
},
|
||||
handleEvent: function handleEvent(event) {
|
||||
if (event.altKey)
|
||||
return;
|
||||
var index;
|
||||
var box = this.tree.treeBoxObject;
|
||||
if (this.parentNode.hasAttribute("open")) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче