Bug 81382
Summary: | [Qt][WK2] Assertion failure on touch in touch webview | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dinu Jacob <dinu.jacob> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dinu Jacob
Touch on any page results in an assertion failure:
ASSERTION FAILED: m_suspendCount
Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp(380) : bool WebKit::QtViewportInteractionEngine::ensureContentWithinViewportBoundary(bool)
#0 0xb7c1914d in WebKit::QtViewportInteractionEngine::ensureContentWithinViewportBoundary (this=0x81040f0,
immediate=true) at Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp:380
#1 0xb7c0aca3 in WebKit::QtPanGestureRecognizer::recognize (this=0x816cc38, event=0xbfffe2a8)
at Source/WebKit2/UIProcess/qt/QtPanGestureRecognizer.cpp:69
#2 0xb7c0945b in QtWebPageEventHandler::doneWithTouchEvent (this=0x816cc28, event=..., wasEventHandled=false)
at Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:461
#3 0xb7c11863 in QtPageClient::doneWithTouchEvent (this=0x815cd4c, event=..., wasEventHandled=false)
at Source/WebKit2/UIProcess/qt/QtPageClient.cpp:237
#4 0xb7bb602e in WebKit::WebPageProxy::handleTouchEvent (this=0x8173440, event=...)
at Source/WebKit2/UIProcess/WebPageProxy.cpp:1043
#5 0xb7c08fbd in QtWebPageEventHandler::handleTouchEvent (this=0x816cc28, event=0xbfffe428)
at Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:357
#6 0xb7b385b5 in QQuickWebView::touchEvent (this=0x815cc08, event=0xbfffe428)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dinu Jacob
*** This bug has been marked as a duplicate of bug 81144 ***