зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
a5bcfb8942
Коммит
530c3e670e
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче