[Webkit-unassigned] [Bug 164718] [GTK] webkit_navigation_action_get_modifiers() returns 0 for JavaScript events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 17 01:07:47 PDT 2017


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Ok, this is not a bug, but the expected behavior. Events not generated by a real user actions are considered untrusted, they have the isTrusted read-only property set to true. The NavigationAction always returns NoButton and 0 modifiers for mouse buttons that are not trusted. See bug #154571.

-- 
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/20170517/ae81cad5/attachment-0001.html>


More information about the webkit-unassigned mailing list