зеркало из https://github.com/mozilla/pjs.git
Bug 368218 message filters move up/down accelerators toggle enabled state. p=Jeff Beckley <beckley@qualcomm.com>, r=mkmelin
This commit is contained in:
Родитель
12a56fdd53
Коммит
7ea7ec6b9f
|
@ -657,7 +657,7 @@ function onFilterDoubleClick(event)
|
|||
function onFilterTreeKeyPress(event)
|
||||
{
|
||||
// for now, only do something on space key
|
||||
if (event.keyCode != 0)
|
||||
if (event.charCode != KeyEvent.DOM_VK_SPACE)
|
||||
return;
|
||||
|
||||
var rangeCount = gFilterTree.view.selection.getRangeCount();
|
||||
|
|
Загрузка…
Ссылка в новой задаче