mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Fix for Bugzilla #358058: disallow TAB key in editor
This commit is contained in:
parent
bd092ee0c3
commit
1acf3ae058
@ -1507,6 +1507,7 @@ class FileTextArea
|
||||
case KeyEvent.VK_BACK_SPACE:
|
||||
case KeyEvent.VK_ENTER:
|
||||
case KeyEvent.VK_DELETE:
|
||||
case KeyEvent.VK_TAB:
|
||||
e.consume();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user