discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=961d3177daf53f5ce97a38fdd12c3751daa25d14

commit 961d3177daf53f5ce97a38fdd12c3751daa25d14
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue May 10 13:00:01 2016 -0400

    block keyboard sending for wl clients if a compositor grab is active
    
    fix T3599
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 71726ac..8551305 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -484,6 +484,7 @@ _e_comp_wl_evas_cb_focus_in(void *data, Evas *evas 
EINA_UNUSED, Evas_Object *obj
        e_comp_wl->kbd.focused = eina_list_append(e_comp_wl->kbd.focused, res);
    if (!e_comp_wl->kbd.focused) return;
    e_comp_wl_input_keyboard_enter_send(ec);
+   if (e_comp_util_kbd_grabbed()) return;
    e_comp_wl_data_device_keyboard_focus_set();
    ec->comp_data->on_focus_timer =
      ecore_timer_add(0.8, (Ecore_Task_Cb)_e_comp_wl_evas_cb_focus_in_timer, 
ec);

-- 


Reply via email to