diff options
author | Allan Sandfeld Jensen <allan.jensen@digia.com> | 2013-11-15 17:08:26 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-12-20 11:01:23 +0100 |
commit | a038352dc05a880eec6b94b5ba4e01673b1565ca (patch) | |
tree | 61e1e1462721ab451dd4d699f64a294e581cd9be /Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp | |
parent | 3bb9504f1ba458fac713200cb4dfcb2592c8f0ea (diff) | |
download | qtwebkit-a038352dc05a880eec6b94b5ba4e01673b1565ca.tar.gz |
Do not accept all touch events
QtWebKit currently accepts all touch events to prevent the lack of accept
on a TouchBegin from preventing receiving TouchUpdate and TouchEnd.
This behavior prevents QGuiApplication from converting touch events to
mouse events, and makes the WebView widget impossible to interact with
by touch.
This patch modifies the behavior slighly so that QtWebKit only accepts
touch events if they are needed for the active document.
Task-number: QTBUG-31938
Change-Id: Iba80ebfaf31c93f82356e3f0622039120921172a
Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp')
0 files changed, 0 insertions, 0 deletions