[Webkit-unassigned] [Bug 207701] [GTK][PointerEvents] Flutter Keyboard and Mouse not working

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 17 10:41:49 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=207701

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=202789
            Summary|[GTK] Flutter Keyboard and  |[GTK][PointerEvents]
                   |Mouse not working           |Flutter Keyboard and Mouse
                   |                            |not working

--- Comment #7 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
This is related to PointerEvents.

If you build WebKitGTK+ with -DENABLE_POINTER_EVENTS=ON the page works, but if you build with -DENABLE_POINTER_EVENTS=OFF it doesn't work.

We currently default to enable pointer events for development builds, but we default to disable it on release builds. Its still considered an experimental feature for the GTK port. See https://bugs.webkit.org/show_bug.cgi?id=202789#c1


I wonder:

 - Does Flutter require Pointer Events to work?
 - Or is that its failing to properly fallback to MouseEvent+TouchEvent?
 - Does touch work on flutter with -DENABLE_POINTER_EVENTS=OFF? And with -DENABLE_POINTER_EVENTS=ON? (I don't have currently a touch screen to test)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200217/761e5aa8/attachment-0001.htm>


More information about the webkit-unassigned mailing list