Bug 361383 - Patch for bug 348183 can be backed out now that the patch for bug 348357 went in, r=gavin.sharp, r=sspitzer

This commit is contained in:
martijn.martijn%gmail.com 2006-11-22 18:37:34 +00:00
Родитель e9fd67c3b6
Коммит 538408e251
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -774,12 +774,7 @@
.getService(Components.interfaces.nsIWindowWatcher);
if (ww.activeWindow == window) {
cmdDispatcher.suppressFocusScroll = true;
try {
aElement.focus();
}
catch(ex) {
dump("XXX focus() failed, see bug #348183: ex = " + ex + "\n");
}
aElement.focus();
cmdDispatcher.suppressFocusScroll = false;
}
else {