[Webkit-unassigned] [Bug 79119] [Qt][WK2] Infinite loop on history navigation, when panning.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 05:17:06 PST 2012


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





--- Comment #1 from Andras Becsi <abecsi at webkit.org>  2012-02-23 05:17:06 PST ---
The infinite loop happens due to MiniBrowser's touch mocking code also sending TouchBegin/TouchUpdate events for MouseButtonDblClick events, which do not get handled and end up as mouse events again in notify where the loop starts again.

I'm currently working on changing the MiniBrowser touch mocking code that it only delivers touch events to the canvas, this way we do not end up in a mess of having both touch and mouse events when using the flickable web view.

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