[Webkit-unassigned] [Bug 146848] Consider implementing UIEvent.sourceCapabilities

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 02:26:14 PST 2020


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

Ben Frain <contact at benfrain.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact at benfrain.com

--- Comment #6 from Ben Frain <contact at benfrain.com> ---
Any movement on this. 

Here's a use case: building a piece of UI. If it's a touch capable pointer, I want to expose some custom UI for text input. If it's a fine pointer I expose a standard input.

In Chrome I can use tabindex to capture focus on a wrapping element and then query that focus event's 'sourceCapabilities' to see whether 'firesTouchEvents' is true. The fork my code appropriately.

Unable to do this for Safari.

-- 
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/20200226/5137b218/attachment.htm>


More information about the webkit-unassigned mailing list