[Webkit-unassigned] [Bug 100964] [Qt] Make sure that the WebView in flickable mode sends mouse events to the page rather than controlling the viewport with it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 12:49:38 PDT 2012


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





--- Comment #2 from Sergio Villar Senin <svillar at igalia.com>  2012-11-01 12:51:00 PST ---
(In reply to comment #0)
> A workstation without a touch device should be able to use the WebView in flickable mode and be able to scroll with the wheel, see scrollbars in a a desktop WebView component. It should also be able to select text and click links without touch adjustment kicking in and no tap highlighting should be shown.
> 

Fantastic specification. I'd add that it should also be able to perform drags of the draggable elements inside the page (like images for example).

> A workstation having both a touch device and a mouse should be able to select text with the mouse and flick the view with the touch device. Touch enabled web pages like Google maps should be able to take advantage of the touch device too.
> 

Not sure at all about d&d in this case, looks complex.

> We should set the correct behavior before we release 5.0 to make sure that we don't have to change it afterward.
> 
> Right now the only change that seems to be needed for this is removing QQuickWebViewFlickablePrivate::handleMouseEvent.
> The only problem would be with touch screens on OSes sending both touch and mouse events (if that still exist). We have to test it properly.

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