Use the EventStateManager to focus the for-element. b=360009 r=zeniko sr=bzbarsky

This commit is contained in:
mats.palmgren%bredband.net 2006-12-01 17:18:34 +00:00
Родитель 5077e74e1e
Коммит 6a982b16f4
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -223,7 +223,8 @@ nsHTMLLabelElement::PostHandleEvent(nsEventChainPostVisitor& aVisitor)
if (NS_IS_MOUSE_LEFT_CLICK(aVisitor.mEvent)) {
if (ShouldFocus(this)) {
// Focus the for content.
content->SetFocus(aVisitor.mPresContext);
aVisitor.mPresContext->EventStateManager()->
ChangeFocusWith(content, nsIEventStateManager::eEventFocusedByKey);
}
// Dispatch a new click event to |content|