зеркало из https://github.com/mozilla/pjs.git
checking patch for robin.lu@sun.com. fixes bug 94800 - Linux,Mac: Search/Filters UI: Needs mouse click to focus for tab/keyboard access. r=ssu, sr=sspitzer
This commit is contained in:
Родитель
4893013348
Коммит
1ebbc08ac7
|
@ -138,6 +138,9 @@ function filterEditorOnLoad()
|
||||||
SetUpFilterActionList(getScopeFromFilterList(gFilterList));
|
SetUpFilterActionList(getScopeFromFilterList(gFilterList));
|
||||||
}
|
}
|
||||||
gFilterNameElement.select();
|
gFilterNameElement.select();
|
||||||
|
// This call is required on mac and linux. It has no effect
|
||||||
|
// under win32. See bug 94800.
|
||||||
|
gFilterNameElement.focus();
|
||||||
moveToAlertPosition();
|
moveToAlertPosition();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче