From: Jacobo Aragunde Pérez Date: Thu, 1 Aug 2019 07:08:22 +0000 (+0200) Subject: Change keyboard focus setting on visible/invisible events X-Git-Tag: 8.99.1^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=e3ec600e13b239a4bb53c6b4f40228cb2e89453a;hp=e3ec600e13b239a4bb53c6b4f40228cb2e89453a;p=staging%2Fxdg-launcher.git Change keyboard focus setting on visible/invisible events Keyboard focus was set and unset on activation events. This had the side effect of keeping the keyboard attached to the window even if it was invisible. Using the visibility events to perform this task looks like a more natural way to deal with it. Besides, activate/deactivate callbacks are not being called in halibut or master, effectively stopping keyboard focus from working. Bug-AGL: SPEC-2657 Signed-off-by: Jacobo Aragunde Pérez Change-Id: I65cc54c89db56bda1da4ea562151e3a30e10d068 ---