зеркало из https://github.com/mozilla/gecko-dev.git
Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882
This commit is contained in:
Родитель
edc5e19b4f
Коммит
87c3cc9be0
|
@ -1221,6 +1221,9 @@ void nsWindow::HandleMozAreaFocusIn(void)
|
|||
|
||||
void nsWindow::HandleMozAreaFocusOut(void)
|
||||
{
|
||||
// Working around unexplained missing calls to top level focus out
|
||||
gJustGotDeactivate = PR_TRUE;
|
||||
|
||||
// If there's a shell window then we aren't embedded so all the
|
||||
// functionality is done in the focus handlers for the toplevel
|
||||
// window. Do nothing.
|
||||
|
|
Загрузка…
Ссылка в новой задаче