[Webkit-unassigned] [Bug 32432] New: [Qt] Add support for touch events in QWebView and QGraphicsWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 08:01:43 PST 2009


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

           Summary: [Qt] Add support for touch events in QWebView and
                    QGraphicsWebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org
                CC: jonni.rainisto at nokia.com


QWebPage has been extended with support for handling QTouchEvents and
forwarding them to the event handler.

However what is still missing is

    1) Forwarding touch events from QGraphicsWebView and QWebView to QWebPage

    2) Enabling the WA_AcceptsTouch widget attribute


It may seem like we would have to dynamically toggle the WA_AcceptsTouchEvents
widget attribute, but since in the long run we want to have have QWebPage also
interpret touch events (for example for panning), we might as well enable it
all the time ;-)

-- 
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