Bug 76859 - [Qt][WK2] QQuickWebView is initializing touch mode twice while being constructed
Summary: [Qt][WK2] QQuickWebView is initializing touch mode twice while being constructed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jesus Sanchez-Palencia
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2012-01-23 14:09 PST by Jesus Sanchez-Palencia
Modified: 2012-01-23 20:53 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2012-01-23 14:13 PST, Jesus Sanchez-Palencia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesus Sanchez-Palencia 2012-01-23 14:09:08 PST
There is no need to call d->initializeTouch() in QQuickWebView::QQuickWebView() because inside QQuickWebViewPrivate::initialize() there is a call for setUseTraditionalDesktopBehaviour(false), which will, in turn, call initializeTouch.

Patch is coming.
Comment 1 Jesus Sanchez-Palencia 2012-01-23 14:13:52 PST
Created attachment 123618 [details]
Patch
Comment 2 WebKit Review Bot 2012-01-23 20:53:36 PST
Comment on attachment 123618 [details]
Patch

Clearing flags on attachment: 123618

Committed r105689: <http://trac.webkit.org/changeset/105689>
Comment 3 WebKit Review Bot 2012-01-23 20:53:40 PST
All reviewed patches have been landed.  Closing bug.