зеркало из https://github.com/mozilla/gecko-dev.git
Bug 746519 - ShiftTab from editable document fails on Linux and Mac, disable it
This commit is contained in:
Родитель
7e916e1d17
Коммит
de1bae630c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче