Bug 168573 - macOS WKWebView does not support mouse eventts
Summary: macOS WKWebView does not support mouse eventts
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari 10
Hardware: Mac macOS 10.12
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-19 07:33 PST by Mark Lilback
Modified: 2017-02-20 23:01 PST (History)
1 user (show)

See Also:


Attachments
hover works in safari, not in WKWebView (530 bytes, text/html)
2017-02-19 07:33 PST, Mark Lilback
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lilback 2017-02-19 07:33:49 PST
Created attachment 302077 [details]
hover works in safari, not in WKWebView

When using a WKWebView on macOS Sierra, css hover pseudo-class is not activated. Javascript mouse move events also are not fired. It appears that the same event handling for iOS is being used: i.e. hover is activated on click, not via the actual mouse movements. This works fine in Safari.
Comment 1 Alexey Proskuryakov 2017-02-20 23:01:59 PST
I cannot reproduce this in a WK2 MiniBrowser window, the hover effect does work.