зеркало из https://github.com/mozilla/pjs.git
Bug 175893 Make XUL <tab>'s focusable
Relanding missing line from tabbrowser.xml following landing of aviary branch - previously reviewed
This commit is contained in:
Родитель
bb417c3fd8
Коммит
ff8e5cb0bf
|
@ -633,10 +633,11 @@
|
|||
function setFocus(element) {
|
||||
document.commandDispatcher.suppressFocusScroll = true;
|
||||
Components.lookupMethod(element, "focus").call(element);
|
||||
document.commandDispatcher.suppressFocusScroll = false;
|
||||
document.commandDispatcher.suppressFocusScroll = false;
|
||||
}
|
||||
|
||||
setTimeout(setFocus, 0, window.content);
|
||||
// Use setTimeout to avoid focus outline ghosting.
|
||||
setTimeout(setFocus, 0, whatToFocus);
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче