[Webkit-unassigned] [Bug 146782] New: [GTK] 'ontouchstart' in window returns true even if no touchscreens are present
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 9 05:41:58 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146782
Bug ID: 146782
Summary: [GTK] 'ontouchstart' in window returns true even if no
touchscreens are present
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: pochu27 at gmail.com
'ontouchstart' in window return true if TOUCH_EVENTS is enabled, which is the case in the GTK port by default. That should probably return false if no touchscreens or touch devices are present, even if TOUCH_EVENTS support was compiled in.
See https://bugs.webkit.org/show_bug.cgi?id=142888 which fixed this on Mac (not ios) where TOUCH_EVENTS is disabled in OptionsMac.cmake.
This bug causes seemore.playcanvas.com to return touchscreen controls when clicking on the 'gamepad' icon on the top right.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150709/6f7a34e7/attachment.html>
More information about the webkit-unassigned
mailing list