<div dir="ltr"><div>Dear All,<br><br></div>Here (attached here the image ) the touch input is not going to surface 1 even after touching any of the two buttons on surface 1.  Instead touch event goes to surface 2. Also if I touch anywhere in the area marked green also goes to surface 2 even it being the part of surface 1. Touching on the rest of the light blue area delivers touch correctly to surface 1.<br><div><br></div><div>Both the surfaces are on one layer only (e.g. layer id 1000)<br><br></div><div>Any one here faced such issue? What could be going wrong here? Any suggestions/ideas?<br><br></div><div>Also try the limiting the input acceptance area using wayland region. But it didn't work.<br><br>

<p class="MsoNormal">           
input_region = wl_compositor_create_region(wlCompositor);</p>

<p class="MsoNormal">           
wl_region_add(input_region, 728, 5, 72, 144);</p>

<p class="MsoNormal">           
wl_surface_set_input_region(surface, input_region);</p> 

<br></div><div>I am on weston 1.8, wayland-ivi-extension 1.4.0 and qt/qtwayland 5.5.1.<br></div><div><br><img style="margin-right:0px" src="cid:ii_iola26tz0_154e23b5a97903c7" height="345" width="517"><br><br><br></div><div>​Thanks & Regards,<br></div><div>Vikash<br></div></div>