<html>
    <head>
      <base href="https://bugzilla.gnome.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - popup windows don't get touch events"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=750845#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - popup windows don't get touch events"
   href="https://bugzilla.gnome.org/show_bug.cgi?id=750845">bug 750845</a>
              from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=jadahl%40gmail.com" title="Jonas Ådahl <jadahl@gmail.com>"> <span class="fn">Jonas Ådahl</span></a>
</span></b>
        <pre>Review of <span class=""><a href="attachment.cgi?id=305147&action=diff" name="attach_305147" title="said updated patch">attachment 305147</a> <a href="attachment.cgi?id=305147&action=edit" title="said updated patch">[details]</a></span> <a href='review?bug=750845&attachment=305147'>[review]</a>:

::: gdk/wayland/gdkdevice-wayland.c
@@ +1443,3 @@
+      _gdk_event_set_pointer_emulated (mevent, TRUE);
+      _gdk_wayland_display_deliver_event (device->display, mevent);
+    }

Correct me if I'm wrong, but this patch seems to emulate a mouse enter event in
order to trick GTK into believing it has focus i.e. so that it can deal with
the touch events.

This doesn't sound like the right approach to me. It seems more reasonable make
GTK properly deal with touch events even when pointer focus is elsewhere
instead of occasionally emulating certain pointer events.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>