From 37393dddceabd357d86311b8778d15f61976a93e Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 28 Jan 2019 12:35:44 -0500 Subject: [PATCH] focus: do not allow focus to exit a popup Summary: Popup windows dim the background and do not allow the user to click outside the popup. However, pressing TAB can take you to widgets on the background. This didn't happen in legacy. Fixes T7432 Test Plan: Instructions in T7432 Reviewers: bu5hm4n, stephenmhouston, Jaehyun_Cho, herb, Blackmole, zmike Reviewed By: zmike Subscribers: zmike, felipealmeida, lauromoura, cedric, #reviewers, #committers Tags: #efl Maniphest Tasks: T7432 Differential Revision: https://phab.enlightenment.org/D7171 --- src/lib/elementary/efl_ui_popup.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_popup.eo b/src/lib/elementary/efl_ui_popup.eo index 26d85973c5..e2946adca2 100644 --- a/src/lib/elementary/efl_ui_popup.eo +++ b/src/lib/elementary/efl_ui_popup.eo @@ -8,7 +8,7 @@ enum Efl.Ui.Popup_Align { bottom [[Popup aligned to bottom]] } -class Efl.Ui.Popup extends Efl.Ui.Layout implements Efl.Content +class Efl.Ui.Popup extends Efl.Ui.Layout implements Efl.Content, Efl.Ui.Focus.Layer { [[EFL UI popup class]] methods {