mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
1ce131d32a
commit
959e6930d8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user