RESOLVED FIXED 76859
[Qt][WK2] QQuickWebView is initializing touch mode twice while being constructed
https://bugs.webkit.org/show_bug.cgi?id=76859
Summary [Qt][WK2] QQuickWebView is initializing touch mode twice while being constructed
Jesus Sanchez-Palencia
Reported 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.
Attachments
Patch (1.53 KB, patch)
2012-01-23 14:13 PST, Jesus Sanchez-Palencia
no flags
Jesus Sanchez-Palencia
Comment 1 2012-01-23 14:13:52 PST
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-01-23 20:53:40 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.