discomfitor pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=b2b257f46f0459d08a98439cb3919883d7bf9f55
commit b2b257f46f0459d08a98439cb3919883d7bf9f55 Author: Mike Blumenkrantz <[email protected]> Date: Fri Aug 11 18:43:15 2017 -0400 efl-wl: always dismiss popups on hide @fix --- src/lib/efl_wl/efl_wl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl_wl/efl_wl.c b/src/lib/efl_wl/efl_wl.c index 4465e4a6f2..5c4ebe541c 100644 --- a/src/lib/efl_wl/efl_wl.c +++ b/src/lib/efl_wl/efl_wl.c @@ -2307,7 +2307,7 @@ comp_surface_smart_hide(Evas_Object *obj) if (!cs->shell.activated) return; cs->shell.activated = 0; - if (cs->shell.grabs && cs->role) + if (cs->shell.popup && cs->role) zxdg_popup_v6_send_popup_done(cs->role); if (cs->parent && cs->shell.popup) return; /* attempt to revert focus based on stacking order */ --
