[Webkit-unassigned] [Bug 42892] [Qt] Decouple QTouchEvent's accepted flag from JS prevent default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 26 23:05:59 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42892





--- Comment #1 from Kim Grönholm <kim.1.gronholm at nokia.com>  2010-07-26 23:05:59 PST ---
We can't use the QWebView::event() and QGraphicsWebView::sceneEvent() return values for indicating whether the default action was prevented as they also need to return true in order to get TouchUpdate and TouchEnd events.

Instead we can make the QWebPage::event() to return whether the default action was prevented for the touch events. This way QtWebKit will receive all QTouchEvents without any extra effort needed from the application developer but with some inconvenience the developer is still able to figure out if the default action was prevented for the touch events.

I'll submit a patch for this soon.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list