Bug 76859

Summary: [Qt][WK2] QQuickWebView is initializing touch mode twice while being constructed
Product: WebKit Reporter: Jesus Sanchez-Palencia <jesus>
Component: WebKit QtAssignee: Jesus Sanchez-Palencia <jesus>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, webkit.review.bot, zoltan
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.