mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959257 - Google's search box may not emit caret move events. r=tbsaunde
This commit is contained in:
parent
d48db5158b
commit
3ad4a034fd
@ -1917,8 +1917,10 @@ DocAccessible::UpdateTreeInternal(Accessible* aChild, bool aIsInsert,
|
|||||||
|
|
||||||
// XXX: do we really want to send focus to focused DOM node not taking into
|
// XXX: do we really want to send focus to focused DOM node not taking into
|
||||||
// account active item?
|
// account active item?
|
||||||
if (focusedAcc)
|
if (focusedAcc) {
|
||||||
FocusMgr()->DispatchFocusEvent(this, focusedAcc);
|
FocusMgr()->DispatchFocusEvent(this, focusedAcc);
|
||||||
|
SelectionMgr()->SetControlSelectionListener(focusedAcc->GetNode()->AsElement());
|
||||||
|
}
|
||||||
|
|
||||||
return updateFlags;
|
return updateFlags;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user