Backed out changeset f32174f44c65 (bug 1471466) for bc failures on Windows on a CLOSED TREE

This commit is contained in:
shindli 2018-06-29 07:35:29 +03:00
Родитель 31b106cf3a
Коммит 30d0a68a51
1 изменённых файлов: 0 добавлений и 11 удалений

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

@ -131,17 +131,6 @@ void
a11y::ProxyFocusEvent(ProxyAccessible* aTarget,
const LayoutDeviceIntRect& aCaretRect)
{
if (FocusMgr()->FocusedAccessible()) {
// This is a focus event from a remote document, but focus has moved out
// of that document into the chrome since that event was sent. For example,
// this can happen when choosing File menu -> New Tab. See bug 1471466.
// Note that this does not handle the case where a focus event is sent from
// one remote document, but focus moved into a second remote document
// since that event was sent. However, this isn't something anyone has been
// able to trigger.
return;
}
AccessibleWrap::UpdateSystemCaretFor(aTarget, aCaretRect);
AccessibleWrap::FireWinEvent(WrapperFor(aTarget),
nsIAccessibleEvent::EVENT_FOCUS);