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
This commit is contained in:
Xavi Artigas 2019-01-28 12:35:44 -05:00 committed by Mike Blumenkrantz
parent 73d3a63960
commit 37393dddce
1 changed files with 1 additions and 1 deletions

View File

@ -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 {