[webkit-reviews] review granted: [Bug 42892] [Qt] Decouple QTouchEvent's accepted flag from JS prevent default : [Attachment 62798] Commenting touch event handling code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 28 05:11:33 PDT 2010


Antonio Gomes <tonikitoo at webkit.org> has granted Kim Grönholm
<kim.1.gronholm at nokia.com>'s request for review:
Bug 42892: [Qt] Decouple QTouchEvent's accepted flag from JS prevent default
https://bugs.webkit.org/show_bug.cgi?id=42892

Attachment 62798: Commenting touch event handling code
https://bugs.webkit.org/attachment.cgi?id=62798&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>

Ok.


from http://doc.trolltech.com/4.7-snapshot/qtouchevent.html :

"The QEvent::TouchUpdate and QEvent::TouchEnd events are sent to the widget or
item that accepted the QEvent::TouchBegin event. If the QEvent::TouchBegin
event is not accepted and not filtered by an event filter, then no further
touch events are sent until the next QEvent::TouchBegin."

and from http://doc.trolltech.com/4.7-snapshot/qgraphicsitem.html#sceneEvent :
"Returns true if the event was recognized and handled; otherwise, (e.g., if the
event type was not recognized,) false is returned."


More information about the webkit-reviews mailing list