Bug 746519 - ShiftTab from editable document fails on Linux and Mac, disable it

This commit is contained in:
Marco Zehe 2012-04-26 10:59:02 +02:00
Родитель 7e916e1d17
Коммит de1bae630c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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