зеркало из https://github.com/mozilla/pjs.git
Bug 746519 - ShiftTab from editable document fails on Linux and Mac, disable it
This commit is contained in:
Родитель
4f4a9f430f
Коммит
ed09b6d1e7
|
@ -109,8 +109,8 @@
|
|||
if (SEAMONKEY) {
|
||||
todo(false, "shift tab from editable document fails on (Windows) SeaMonkey! (Bug 718235)");
|
||||
} else {
|
||||
if (LINUX)
|
||||
todo(false, "shift tab from editable document fails on linux!");
|
||||
if (LINUX || MAC)
|
||||
todo(false, "shift tab from editable document fails on linux and Mac, bug 746519!");
|
||||
else
|
||||
gQueue.push(new synthShiftTab("link", new focusChecker("link")));
|
||||
} // ! SEAMONKEY
|
||||
|
|
Загрузка…
Ссылка в новой задаче