RESOLVED FIXED 63995
[Qt] [WK2] Add touch mocking to Qt's Minibrowser
https://bugs.webkit.org/show_bug.cgi?id=63995
Summary [Qt] [WK2] Add touch mocking to Qt's Minibrowser
Benjamin Poulain
Reported 2011-07-06 08:26:49 PDT
Minibrowser is unusable with the touch view on desktop because the platform does not send any touch event. We should create fake touch events for mouse events.
Attachments
Patch (4.98 KB, patch)
2011-07-06 08:58 PDT, Benjamin Poulain
kling: review+
kling: commit-queue-
Benjamin Poulain
Comment 1 2011-07-06 08:58:06 PDT
Andreas Kling
Comment 2 2011-07-06 09:33:00 PDT
Comment on attachment 99839 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=99839&action=review r=me with some kennethisms > Tools/ChangeLog:3 > + [Qt] [WK2] Add touch mocking to Qt's Minibrowser MiniBrowser!!!111twotwotwo > Tools/ChangeLog:8 > + The mouse event are intercepted through QCoreApplication::notify(), event -> events > Tools/MiniBrowser/qt/MiniBrowserApplication.cpp:83 > + /* We try to be smart, if we received real touch event, we are probably on a device > + with touch screen, and we should not have touch mocking */ // comments, please!
Benjamin Poulain
Comment 3 2011-07-06 12:35:43 PDT
I just noticed I forgot to close this bug at work... This has landed: http://trac.webkit.org/changeset/90475
Note You need to log in before you can comment on or make changes to this bug.