Bug 1412678 - Ensure the window most recently interacted with is the active window. r=snorp

This commit is contained in:
Dylan Roeh 2017-11-30 09:00:05 -06:00
Родитель d14121a251
Коммит 3589e9efe6
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -2138,6 +2138,10 @@ nsWindow::UserActivity()
if (mIdleService) {
mIdleService->ResetIdleTimeOut(0);
}
if (FindTopLevel() != nsWindow::TopWindow()) {
BringToFront();
}
}
TextEventDispatcherListener*