raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=6bdd1abbe2f249f8311f535b0da8e83554bf5c56
commit 6bdd1abbe2f249f8311f535b0da8e83554bf5c56 Author: Carsten Haitzler <ras...@rasterman.com> Date: Tue Mar 8 01:27:28 2022 +0000 comp - fix shapoe event to skip clippers --- src/bin/e_comp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index ccea3ed8c..252b089a8 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -778,6 +778,7 @@ _tiler_add_input_sub(Evas_Object *par, Eina_Tiler *tb) EINA_LIST_FREE(objs, o) { + if (evas_object_clipees_has(o)) continue; if ((_tiler_obj_visible(o)) && (!evas_object_pass_events_get(o))) { --