Bug 563588 - Control+leftArrow/rightArrow/home/end can no longer be used to move tabs on the tab bar. r=gavin

--HG--
extra : rebase_source : f2cdbe6341c0432666037c71112dc9168f3c3bba
This commit is contained in:
Dão Gottwald 2010-05-08 10:26:26 +02:00
parent 1ce131d32a
commit 959e6930d8

View File

@ -2202,7 +2202,7 @@
return;
}
#endif
if (aEvent.target == this) {
if (aEvent.target.parentNode == this.tabContainer) {
switch (aEvent.keyCode) {
case KeyEvent.DOM_VK_UP:
this.moveTabBackward();