[Webkit-unassigned] [Bug 83091] [Qt][WK2] Click, mouse and links rely on touch mocking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 08:37:15 PDT 2012


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


Andras Becsi <abecsi at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abecsi at webkit.org




--- Comment #4 from Andras Becsi <abecsi at webkit.org>  2012-04-04 08:37:14 PST ---
(In reply to comment #0)
> When loading an HTML file from QML without MiniBrowser, in "mobile" mode, links and mouse-events don't work.
> Those start to work again when using touch-mocking, or when disabling Flickable.

Subclassing from flickable should not change the behaviour for links so I wonder why it fixed your issue.

In "mobile" mode on a device which has only touch events clicking on links happens with tap gestures.
If this does not work with touch events then there is something wrong with the tap gesture recognizer.

The mouse events are disabled for the flickable webview for now, since it would select text when panning, but after http://codereview.qt-project.org/21896 we can enable it again.

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