zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=37393dddceabd357d86311b8778d15f61976a93e

commit 37393dddceabd357d86311b8778d15f61976a93e
Author: Xavi Artigas <[email protected]>
Date:   Mon Jan 28 12:35:44 2019 -0500

    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 {

-- 


Reply via email to